Nothing
##' @importFrom Rcpp Rcpp.plugin.maker
inlineCxxPlugin <- Rcpp::Rcpp.plugin.maker(
include.before = paste("#include<RcppEigen.h>",
"#include<covafill/Tree>",
"",
"typedef Eigen::Array<double,Eigen::Dynamic,1> cVector;",
"typedef Eigen::MatrixXd cMatrix;",
"",
sep = "\n"),
LinkingTo=c('covafillr','RcppEigen','Rcpp'),
package = "covafillr"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.