[x] Update copyright holder in DESCRIPTION: person(given = "Posit Software, PBC", role = c("cph", "fnd"))
[x] Run devtools::document() to re-generate package-level help topic with DESCRIPTION changes
[x] Double check license file uses '[package] authors' as copyright holder. Run use_mit_license()
[ ] ~Update logo (https://github.com/rstudio/hex-stickers); run use_tidy_logo()~ the hex-sticker repo does not seem to have a logo for vroom, so sticking with what we've already got
[x] usethis::use_tidy_coc()
[x] usethis::use_tidy_github_actions()
Optional:
[x] Review 2022 checklist to see if you completed the pkgdown updates
[x] Prefer pak::pak("org/pkg") over devtools::install_github("org/pkg") in README
[x] Consider running use_tidy_dependencies() and/or replace compat files with use_standalone()
[x] #491
[ ] ~Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples~ This would only apply to the benchmark article and I have no doubt that it is out-of-date. So until or unless I really update it, I'm leaving it untouched.
2023
Necessary:
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
Run devtools::document()
to re-generate package-level help topic with DESCRIPTION changesuse_mit_license()
use_tidy_logo()
~ the hex-sticker repo does not seem to have a logo for vroom, so sticking with what we've already gotusethis::use_tidy_coc()
usethis::use_tidy_github_actions()
Optional:
pak::pak("org/pkg")
overdevtools::install_github("org/pkg")
in READMEuse_tidy_dependencies()
and/or replace compat files withuse_standalone()