loadRcppModules-deprecated | R Documentation |
Note: As of release 0.12.5, this function is deprecated;
loadModule
should be used instead.
Function to simplify loading Rcpp modules contained in a package.
This function must be called from the .onLoad
function of a package.
It uses the RcppModules
field of the package DESCRIPTION
file
to query the names of the modules that the package should export, loads each module,
and populate
each module into the package NAMESPACE.
loadRcppModules(direct=TRUE)
direct |
if |
populate
, loadModule
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.