|
78 | 78 | * [ ] `usethis::use_readme_rmd()` |
79 | 79 | * [ ] `usethis::use_github_links()` |
80 | 80 | * [ ] `usethis::use_pkgdown_github_pages()` |
| 81 | + * [ ] `usethis::use_tidy_description()` |
81 | 82 | * [ ] `usethis::use_package_doc()` |
82 | 83 | Consider letting usethis manage your `@importFrom` directives here. `usethis::use_import_from()` is handy for this. |
83 | 84 | * [ ] `usethis::use_testthat()`. Learn more about testing at <https://r-pkgs.org/tests.html> |
84 | 85 | * [ ] 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. |
85 | | - * [ ] `usethis::use_github_action('check-standard')` |
86 | 86 | * [ ] `usethis::use_code_of_conduct()` |
87 | 87 | * [ ] Add alt-text to pictures, plots, etc; see <https://posit.co/blog/knitr-fig-alt/> for examples |
88 | 88 | |
| 89 | + Set up or update GitHub Actions. \ |
| 90 | + Updating workflows to the latest version will often fix troublesome actions: |
| 91 | + * [ ] `usethis::use_github_action('check-standard')` |
| 92 | + |
89 | 93 | <sup>Created on DATE with `usethis::use_upkeep_issue()`, using [usethis vVERSION](https://usethis.r-lib.org)</sup> |
90 | 94 |
|
91 | 95 | --- |
|
97 | 101 | * [ ] `usethis::use_readme_rmd()` |
98 | 102 | * [ ] `usethis::use_github_links()` |
99 | 103 | * [ ] `usethis::use_pkgdown_github_pages()` |
| 104 | + * [ ] `usethis::use_tidy_description()` |
100 | 105 | * [ ] `usethis::use_package_doc()` |
101 | 106 | Consider letting usethis manage your `@importFrom` directives here. `usethis::use_import_from()` is handy for this. |
102 | 107 | * [ ] `usethis::use_testthat(3)` and upgrade to 3e, [testthat 3e vignette](https://testthat.r-lib.org/articles/third-edition.html) |
103 | 108 | * [ ] 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. |
104 | | - * [ ] `usethis::use_github_action('check-standard')` |
105 | 109 | * [ ] Consider changing default branch from `master` to `main` |
106 | 110 | * [ ] Remove description of test environments from `cran-comments.md`. |
107 | 111 | See `usethis::use_cran_comments()`. |
108 | 112 | * [ ] Add alt-text to pictures, plots, etc; see <https://posit.co/blog/knitr-fig-alt/> for examples |
109 | 113 | |
| 114 | + Set up or update GitHub Actions. \ |
| 115 | + Updating workflows to the latest version will often fix troublesome actions: |
| 116 | + * [ ] `usethis::use_github_action('check-standard')` |
| 117 | + * [ ] `usethis::use_github_action('test-coverage')` |
| 118 | + |
110 | 119 | <sup>Created on DATE with `usethis::use_upkeep_issue()`, using [usethis vVERSION](https://usethis.r-lib.org)</sup> |
111 | 120 |
|
0 commit comments