Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upkeep for gnm (2023) #23

Open
3 of 10 tasks
hturner opened this issue Aug 26, 2023 · 0 comments
Open
3 of 10 tasks

Upkeep for gnm (2023) #23

hturner opened this issue Aug 26, 2023 · 0 comments

Comments

@hturner
Copy link
Owner

hturner commented Aug 26, 2023

  • usethis::use_roxygen_md()
  • usethis::use_pkgdown_github_pages()
  • usethis::use_tidy_description()
  • usethis::use_package_doc()
    Consider letting usethis manage your @importFrom directives here. usethis::use_import_from() is handy for this.
  • 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.
  • usethis::use_code_of_conduct()
  • 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:

  • usethis::use_github_action('check-standard')
  • usethis::use_github_action('test-coverage')

Created on 2023-08-26 with usethis::use_upkeep_issue(), using usethis v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant