applicable icon indicating copy to clipboard operation
applicable copied to clipboard

Upkeep for applicable (2023)

Open topepo opened this issue 2 years ago • 0 comments

Pre-history

  • [x] usethis::use_readme_rmd()
  • [x] usethis::use_roxygen_md()
  • [x] usethis::use_github_links()
  • [x] usethis::use_pkgdown_github_pages()
  • [x] usethis::use_tidy_github_labels()
  • [x] usethis::use_tidy_style()
  • [x] usethis::use_tidy_description()
  • [x] urlchecker::url_check()

2020

  • [x] usethis::use_package_doc() Consider letting usethis manage your @importFrom directives here. usethis::use_import_from() is handy for this.
  • [x] usethis::use_testthat(3) and upgrade to 3e, testthat 3e vignette
  • [x] Align the names of R/ files and test/ files for workflow happiness. The docs for usethis::use_r() include a helpful script. usethis::rename_files() may be be useful.

2021

  • [x] usethis::use_tidy_dependencies()
  • [x] usethis::use_tidy_github_actions() and update artisanal actions to use setup-r-dependencies
  • [x] Remove check environments section from cran-comments.md
  • [x] Bump required R version in DESCRIPTION to 3.6
  • [x] Use lifecycle instead of artisanal deprecation messages, as described in Communicate lifecycle changes in your functions

2022

2023

Necessary:

  • [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()
  • [x] usethis::use_tidy_coc()
  • [x] usethis::use_tidy_github_actions()

Optional:

  • [ ] 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] 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

Created on 2023-10-30 with usethis::use_tidy_upkeep_issue(), using usethis v2.2.2

topepo avatar Oct 30 '23 16:10 topepo