View source: R/Rcpp_gen_makevars.R
If you're building a package and want a simple set of
Makevars files to export, this function will handle it for
you. Borrowed from the Rcpp rcpp.package.skeleton
function.
1 2 3 | Rcpp_gen_makevars(src = file.path(getwd(), "src"))
rcpp_gen_makevars(src = file.path(getwd(), "src"))
|
src |
the location to output the Makevars. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.