forked from RcppCore/Rcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRcppLdFlags.Rd
28 lines (28 loc) · 902 Bytes
/
RcppLdFlags.Rd
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}