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
Switch to the base anonymous function syntax (\(x))
Convert in-header chunk options to the newer in-body style used by Quarto: fs::dir_ls("vignettes", regexp = "[.][Rq]md$") |> purrr::walk(\(x) knitr::convert_chunk_header(x, output = identity, type = "yaml"))
Switch to expect_snapshot(error = TRUE) instead of calling expect_error() without specifying class =
To begin
usethis::pr_init("upkeep-2025-12")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)R/files andtest/files2021
cran-comments.md2022
master-->mainissuesusethis:::use_codecov_badge("thomasp85/lime")usethis::use_lifecycle()2023
usethis::use_tidy_logo(); pkgdown::build_favicons(overwrite = TRUE)usethis::use_tidy_coc()pak::pak("thomasp85/lime")in READMEusethis::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 #199or file an issue if you don't have time to do it now
.rto.RinR/and/ortests/testthat/2025
usethis::use_air()https://posit-dev.github.io/air/usethis::use_package("R", "Depends", "4.1")|>)\(x))fs::dir_ls("vignettes", regexp = "[.][Rq]md$") |> purrr::walk(\(x) knitr::convert_chunk_header(x, output = identity, type = "yaml"))expect_snapshot(error = TRUE)instead of callingexpect_error()without specifyingclass =To finish
usethis::use_mit_license()usethis::use_tidy_description()usethis::use_tidy_github_actions()devtools::build_readme()Created on 2025-12-08 with
usethis::use_tidy_upkeep_issue(), using usethis v3.2.1.9000