Description Usage Arguments Details Value Author(s) References See Also
LdFlags
and RcppLdFlags
return the required flags and
options for the system linker. This allows portable use of
Rcpp as package location as well as operating-system specific
details are abstracted away behind the interface of this function.
LdFlags
is commonly called from the files Makevars
(or
Makevars.win
) rather than in an interactive session.
1 2 | LdFlags(static=staticLinking())
RcppLdFlags(static=staticLinking())
|
static |
A boolean determining use of static (as opposed to
dynamic) linking; defaults to using the |
Thee functions are not meant to used interactively, and are intended solely for use by the build tools.
A character vector suitable by use by the system linker in order to create a library based on Rcpp.
Dirk Eddelbuettel and Romain Francois
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")
.
The vignette ‘Rcpp-package’ has more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.