inst/extdata/dev/01_load_or_install.R

# 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()
}

Try the cpp11armadillo package in your browser

Any scripts or data that you put into this service are public.

cpp11armadillo documentation built on June 8, 2025, 9:40 p.m.