Quick start guide to creating a new rdev or analysis package.
Details
To quickly create and configure a new rdev or analysis package, use the following commands:
With no project open, run
create_github_repo()
to initialize the GitHub R repositoryWithout committing to git, run
init()
in the newly created projectManually update the Title and Description fields in the
DESCRIPTION
file without committingRun
setup_analysis()
orsetup_rdev()
to configure the package as an analysis package or rdev package respectively.Manually update
.gitignore
: remove thedocs/
exclusion and add line breaks
After this, the package configuration is complete and ready for development.