Upkeep for pkgbuild
ateucher opened this issue · 0 comments
ateucher commented
2023
Necessary:
- Update copyright holder in DESCRIPTION:
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
- Double check license file uses '[package] authors' as copyright holder. Run
use_mit_license()
-
usethis::use_tidy_coc()
-
usethis::use_tidy_github_actions()
Optional:
- Review 2022 checklist to see if you completed the pkgdown updates
- Prefer
pak::pak("org/pkg")
overdevtools::install_github("org/pkg")
in README - Change files ending in
.r
to.R
in R/ and/or tests/testthat/