Start a new project with the cpp11armadillo package template
Examples
# create a new directory
dir <- tempdir()
dir.create(dir)
#> Warning: '/tmp/RtmpS3D72s' already exists
# copy the package template into the directory
pkg_template(dir, "mynewpkg")