pkgdev provides helpers for package maintenance, documentation rendering and GitHub Actions workflows. It is primarily intended for personal use, but you are welcome to use it at your own risk.
You can install the development version of pkgdev with:
pak::pak("dieghernan/pkgdev")Alternatively, you can install pkgdev from r-universe:
# Install pkgdev in R:
install.packages("pkgdev", repos = c(
"https://dieghernan.r-universe.dev",
"https://cloud.r-project.org"
))library(pkgdev)
gha_update_docs()Document created with package pkgdev v0.1.0.9150.
- The tidyverse style guide.
- ThinkR: Preparing your package for a CRAN submission.
- Davis Vaughan: extrachecks.
- The usethis package: Create a release checklist in a GitHub issue
- The full usethis package website.
