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