powered by
Start a new project with the cpp11armadillo package template
pkg_template(path = NULL, pkgname = NULL)
The file path to the copied template (invisibly).
Path to the new project
Name of the new package
# create a new directory dir <- tempdir() dir.create(dir) # copy the package template into the directory pkg_template(dir, "mynewpkg")
Run the code above in your browser using DataLab