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