| use_distops | R Documentation |
This function setups the package to use the distops package.
It first creates the DESCRIPTION file adding the Rcpp and
RcppParallel packages to both the Imports: and LinkingTo: fields
and the distops package to the LinkingTo: field. It also adds the
SystemRequirements: GNU make field. It then creates the NAMESPACE file
adding the importFrom() directives for the Rcpp and RcppParallel
packages and the useDynLib() directive for packages with compiled code.
It finally creates the src/Makevars and src/Makevars.win files with the
appropriate compilation flags.
use_distops()
Nothing.
use_distops()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.