Creates a package template in a new folder.
Use this function when you want to start a new package.
Please DO READ vignette("getting_started") before running this function.
Details
What you get with a checklist setup:
minimal folder structure and files required for an R package using INBO guidelines with GPL-3 or MIT license.
an RStudio project file
a local git repository
an initial
NEWS.mdfilea template for an
README.Rmdset-up for automated checks and releases of the package using GitHub Actions.
a code of conduct and contributing guidelines.
the set-up for a
pkgdownwebsite using the INBO corporate identity.