pkgdev is a small package that includes a set of functions that takes advantage of GitHub Actions (GHA) for making your life easier as a R package developer. This package is primarily intended for personal use, however feel free to use it (at your own risk 😉).
Installation
You can install the developing version of pkgdev
with:
devtools::install_github("dieghernan/pkgdev")
Alternatively, you can install pkgdev
using the r-universe:
# Install pkgdev in R:
install.packages("pkgdev", repos = c(
"https://dieghernan.r-universe.dev",
"https://cloud.r-project.org"
))
Related resources
- The tidyverse style guide.
- ThinkR: Preparing your package for a CRAN submission
- Davis Vaughan: extrachecks.
- {usethis} package: Create a release checklist in a GitHub issue
- The whole {usethis} package