In previous versions of Rcpp, LdFlags
and 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.
LdFlags()
RcppLdFlags()
An empty string.
Dirk Eddelbuettel and Romain Francois (2011). Rcpp: Seamless R
and C++ Integration. Journal of Statistical Software,
40(8), 1-18. URL http://www.jstatsoft.org/v40/i08/ and
available as vignette("Rcpp-introduction")
.