We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-history
usethis::use_readme_rmd()
usethis::use_roxygen_md()
usethis::use_github_links()
usethis::use_pkgdown_github_pages()
usethis::use_tidy_github_labels()
usethis::use_tidy_style()
usethis::use_tidy_description()
urlchecker::url_check()
2020
usethis::use_package_doc()
@importFrom
usethis::use_import_from()
usethis::use_testthat(3)
R/
test/
usethis::rename_files()
2021
usethis::use_tidy_dependencies()
usethis::use_tidy_github_actions()
setup-r-dependencies
cran-comments.md
2022
usethis::use_tidy_coc()
development
mode: auto
master
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-history
usethis::use_readme_rmd()
usethis::use_roxygen_md()
usethis::use_github_links()
usethis::use_pkgdown_github_pages()
usethis::use_tidy_github_labels()
usethis::use_tidy_style()
usethis::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 vignetteAlign the names ofR/
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
cran-comments.md
Use lifecycle instead of artisanal deprecation messages, as described in Communicate lifecycle changes in your functions2022
usethis::use_tidy_coc()
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
development
ismode: auto
in pkgdown config Use tidytemplate #374master
-->main
issuesThe text was updated successfully, but these errors were encountered: