Nothing
# run this line if you want to replace all the files provided by the template
# cpp11armadillo::pkg_template()
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
development <- TRUE
devtools::clean_dll()
cpp11::cpp_register()
devtools::document()
if (isTRUE(development)) {
devtools::load_all()
} else {
devtools::install()
}
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.