[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.
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()
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-07-18 with
usethis::use_upkeep_issue()
, using usethis v2.2.3