[x] usethis::use_package_doc()
Consider letting usethis manage your @importFrom directives here. usethis::use_import_from() is handy for this.
[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.
[x] usethis::use_code_of_conduct()
[x] Remove description of test environments from cran-comments.md.
See usethis::use_cran_comments().
usethis::use_tidy_description()
usethis::use_package_doc()
Consider letting usethis manage your@importFrom
directives here.usethis::use_import_from()
is handy for this.R/
files andtest/
files for workflow happiness. The docs forusethis::use_r()
include a helpful script.usethis::rename_files()
may be be useful.usethis::use_code_of_conduct()
cran-comments.md
. Seeusethis::use_cran_comments()
.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('pkgdown')
usethis::use_github_action('test-coverage')
Created on 2024-09-29 with
usethis::use_upkeep_issue()
, using usethis v3.0.0