Facilitating making package plugins
Rcpp.plugin.maker.RdThis function helps packages making inline plugins.
Arguments
- include.before
Code to be included before the Rcpp.h file
- include.after
Code to be included after the Rcpp.h file
- LinkingTo
Packages to be added to the LinkingTo field
- Depends
Packages to be added to the Depends field [deprecated]
- Imports
Packages to be added to the Depends field
- libs
library flags
- Makevars
content for a Makevars file, or
NULL- Makevars.win
content for a Makevars.win file, or
NULL- package
The package this plugin is for.