use_rcpp | R Documentation |
Adds infrastructure commonly needed when using compiled code:
Creates src/
Adds required packages to DESCRIPTION
May create an initial placeholder .c
or .cpp
file
Creates Makevars
and Makevars.win
files (use_rcpp_armadillo()
only)
use_rcpp(name = NULL)
use_rcpp_armadillo(name = NULL)
use_rcpp_eigen(name = NULL)
use_c(name = NULL)
name |
Either a string giving a file name (without directory) or
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.