Upkeep for vroom (2023)
jennybc opened this issue · 2 comments
jennybc commented
2023
Necessary:
- Update email addresses *@rstudio.com -> *@posit.co
- Update copyright holder in DESCRIPTION:
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
-
Run devtools::document()
to re-generate package-level help topic with DESCRIPTION changes - Double check license file uses '[package] authors' as copyright holder. Run
use_mit_license()
-
Update logo (https://github.com/rstudio/hex-stickers); runuse_tidy_logo()
-
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 - Consider running
use_tidy_dependencies()
and/or replace compat files withuse_standalone()
-
use_standalone("r-lib/rlang", "types-check")
instead of home grown argument checkers - Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples
jennybc commented
Current status of the vroom logo is "lost in the sands of time". Can't update.
jennybc commented
Re: the logo. It doesn't have any mention of "rstudio" on it, so it also doesn't really need an update.