Closed jennybc closed 1 year ago
2020
usethis::use_testthat(3)
R/
test/
usethis::use_r()
usethis::rename_files()
2021
2022
usethis::use_lifecycle()
2023
Necessary:
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
Run devtools::document()
use_mit_license()
use_tidy_logo()
usethis::use_tidy_coc()
usethis::use_tidy_github_actions()
Optional:
pak::pak("org/pkg")
devtools::install_github("org/pkg")
use_tidy_dependencies()
use_standalone()
use_standalone("r-lib/rlang", "types-check")
2020
usethis::use_testthat(3)
and upgrade to 3e, testthat 3e vignetteR/
files andtest/
files for workflow happiness. The docs forusethis::use_r()
include a helpful script.usethis::rename_files()
may be be useful.2021
2022
usethis::use_lifecycle()
2023
Necessary:
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
Run devtools::document()
to re-generate package-level help topic with DESCRIPTION changesuse_mit_license()
use_tidy_logo()
~ gargle does not have a logousethis::use_tidy_coc()
usethis::use_tidy_github_actions()
Optional:
pak::pak("org/pkg")
overdevtools::install_github("org/pkg")
in READMEuse_tidy_dependencies()
and/or replace compat files withuse_standalone()
use_standalone("r-lib/rlang", "types-check")
instead of home grown argument checkers