Nothing
#' @noRd
inlineCxxPlugin <- function(...) {
plugin <-
Rcpp::Rcpp.plugin.maker(
include.before = c('#include <scorematchingad.h>'),
include.after = paste("#include", c("<utils/PrintFor.hpp>", "<likelihoods/likelihoods.hpp>"), collapse = "\n"),
package = "scorematchingad",
LinkingTo = c("RcppEigen", "scorematchingad", "Rcpp")
)
settings <- plugin()
settings
}
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.