You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
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 2023-06-07 with
usethis::use_upkeep_issue()
, using usethis v2.2.0The text was updated successfully, but these errors were encountered: