1\name{LdFlags-deprecated}
2\alias{LdFlags}
3\alias{RcppLdFlags}
4\title{Deprecated Rcpp Linker Flags}
5\description{
6  In Rcpp versions prior to release 0.10.1 of November 2013,
7  \code{LdFlags} and \code{RcppLdFlags} were used to return the required
8  flags and options for the system linker to link to the Rcpp user
9  library. Since we no longer build or ship a user library, these
10  functions now return an empty string. As of Rcpp release 0.12.19,
11  these functions are now deprecated.
12}
13\usage{
14  LdFlags()
15  RcppLdFlags()
16}
17\value{
18  An empty string.
19}
20\references{
21  Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R
22  and C++ Integration. \emph{Journal of Statistical Software},
23  \bold{40(8)}, 1-18. URL http://www.jstatsoft.org/v40/i08/ and
24  available as \code{vignette("Rcpp-introduction")}.
25}
26\author{Dirk Eddelbuettel and Romain Francois}
27\keyword{programming}
28\keyword{interface}
29