Upkeep for tufte
cderv opened this issue · 1 comments
cderv commented
Pre-history
-
usethis::use_readme_rmd()
-
usethis::use_roxygen_md()
-
usethis::use_github_links()
-
usethis::use_pkgdown_github_pages()
-
usethis::use_tidy_github_labels()
quillt::use_quillt_github_labels()
-
Check styleusethis::use_tidy_style()
-
Check DESCRIPTIONusethis::use_tidy_description()
-
urlchecker::url_check()
2020
-
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 andtest/
files for workflow happiness.
usethis::rename_files()
can be helpful.
2021
-
usethis::use_tidy_dependencies()
-
usethis::use_tidy_github_actions()
and update artisanal actions to usesetup-r-dependencies
- Remove check environments section from
cran-comments.md
-
Bump required R version in DESCRIPTION to 3.4 -
Use lifecycle instead of artisanal deprecation messages, as described in Communicate lifecycle changes in your functions - Make sure RStudio appears in
Authors@R
of DESCRIPTION like so, if appropriate:
person("RStudio", role = c("cph", "fnd"))
2022
-
usethis::use_tidy_coc()
- Handle and close any still-open
master
-->main
issues - Update README badges, instructions in r-lib/usethis#1594
-
Update errors to rlang 1.0.0. Helpful guides:
https://rlang.r-lib.org/reference/topic-error-call.html
https://rlang.r-lib.org/reference/topic-error-chaining.html
https://rlang.r-lib.org/reference/topic-condition-formatting.html
github-actions commented
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.