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
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()
urlchecker::url_check()
usethis::use_package_doc()
usethis::use_testthat(3)
R/
test/
cran-comments.md
master
main
usethis:::use_codecov_badge("r-hub/pkgsearch")
usethis::use_lifecycle()
usethis::use_tidy_logo()
usethis::use_tidy_coc()
pak::pak("r-hub/pkgsearch")
usethis::use_tidy_dependencies()
use_standalone()
usethis::use_standalone("r-lib/rlang", "types-check")
.r
.R
tests/testthat/
usethis::use_mit_license()
usethis::use_package("R", "Depends", "3.6")
usethis::use_tidy_description()
usethis::use_tidy_github_actions()
devtools::build_readme()
Created on 2023-11-21 with usethis::use_tidy_upkeep_issue(), using usethis v2.2.2.9000
usethis::use_tidy_upkeep_issue()
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()
urlchecker::url_check()
2020
usethis::use_package_doc()
usethis::use_testthat(3)
Align the names ofR/
files andtest/
files2021
Remove check environments section fromcran-comments.md
Use lifecycle instead of artisanal deprecation messages2022
master
-->main
issuesusethis:::use_codecov_badge("r-hub/pkgsearch")
Update pkgdown site using instructions at https://tidytemplate.tidyverse.orgUpdate lifecycle badges with more accessible SVGs:usethis::use_lifecycle()
2023
usethis::use_tidy_logo()
usethis::use_tidy_coc()
pak::pak("r-hub/pkgsearch")
in READMEConsider runningusethis::use_tidy_dependencies()
and/or replace compat files withuse_standalone()
usethis::use_standalone("r-lib/rlang", "types-check")
instead of home grown argument checkers;or file an issue if you don't have time to do it now
.r
to.R
inR/
and/ortests/testthat/
Eternal
usethis::use_mit_license()
usethis::use_package("R", "Depends", "3.6")
usethis::use_tidy_description()
usethis::use_tidy_github_actions()
devtools::build_readme()
Re-publish released site if neededCreated on 2023-11-21 with
usethis::use_tidy_upkeep_issue()
, using usethis v2.2.2.9000The text was updated successfully, but these errors were encountered: