File: RcppLdFlags.Rd

package info (click to toggle)
rcpp 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,480 kB
  • sloc: cpp: 27,436; ansic: 7,778; sh: 53; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{LdFlags-deprecated}
\alias{LdFlags}
\alias{RcppLdFlags}
\title{Deprecated Rcpp Linker Flags}
\description{
  In Rcpp versions prior to release 0.10.1 of November 2013,
  \code{LdFlags} and \code{RcppLdFlags} were used to return the required
  flags and options for the system linker to link to the Rcpp user
  library. Since we no longer build or ship a user library, these
  functions now return an empty string. As of Rcpp release 0.12.19,
  these functions are now deprecated.
}
\usage{
  LdFlags()
  RcppLdFlags()
}
\value{
  An empty string.
}
\references{
  Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R
  and C++ Integration. \emph{Journal of Statistical Software},
  \bold{40(8)}, 1-18, \doi{10.18637/jss.v040.i08}. Also
  available as \code{vignette("Rcpp-introduction")}.
}
\author{Dirk Eddelbuettel and Romain Francois}
\keyword{programming}
\keyword{interface}