quickstart | R Documentation |
Quick start guide to creating a new rdev or analysis package.
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 repository
Without committing to git, run init()
in the newly created project
Manually update the Title and Description fields in the DESCRIPTION
file without committing
Run setup_analysis()
or setup_rdev()
to configure the package as an analysis package or
rdev package respectively.
Manually update .gitignore
: remove the docs/
exclusion and add line breaks
After this, the package configuration is complete and ready for development.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.