Contribution guidelines
After making changes, you’ll need to take the following steps:
- Rebuild roxygen:
Rscript -e "devtools::document()" - Run R CMD CHECK:
Rscript -e 'devtools::check()' - Build documentation website:
Rscript -e 'pkgdown::build_site_github_pages(install=TRUE)' - Push the
/docsfolder to thegh-pagesbranch of the repo to update the documentation website