metR icon indicating copy to clipboard operation
metR copied to clipboard

Upkeep for metR (2025)

Open eliocamp opened this issue 5 months ago • 0 comments

  • [x] usethis::use_github_links()
  • [x] usethis::use_tidy_description()
  • [ ] usethis::use_testthat(3) and upgrade to 3e, testthat 3e vignette
  • [ ] 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.
  • [x] Consider changing default branch from master to main
  • [ ] usethis::use_code_of_conduct()
  • [ ] Remove description of test environments from cran-comments.md. See usethis::use_cran_comments().
  • [ ] Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples

Set up or update GitHub Actions.
Updating workflows to the latest version will often fix troublesome actions:

  • [x] usethis::use_github_action('check-standard')
  • [x] usethis::use_github_action('pkgdown')
  • [x] usethis::use_github_action('test-coverage')

Created on 2025-07-28 with usethis::use_upkeep_issue(), using usethis v3.1.0

eliocamp avatar Jul 28 '25 03:07 eliocamp