Skip to content

Commit

Permalink
More precise pak advice
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 30, 2023
1 parent 3e34838 commit fc15784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/upkeep.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ tidy_upkeep_checklist <- function(year = NULL,
"Modernize citation files; see updated `use_citation()`",
has_citation_file()
),
todo('Use `pak::pak("org/pkg")` in README'),
todo('Use `pak::pak("{repo_spec}")` in README'),
todo("
Consider running `usethis::use_tidy_dependencies()` and/or \\
replace compat files with `use_standalone()`"),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/upkeep.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* [ ] `Run devtools::document()` to re-generate package-level help topic with DESCRIPTION changes
* [ ] `usethis::use_tidy_logo()`
* [ ] `usethis::use_tidy_coc()`
* [ ] Use `pak::pak("org/pkg")` in README
* [ ] Use `pak::pak("OWNER/REPO")` in README
* [ ] Consider running `usethis::use_tidy_dependencies()` and/or replace compat files with `use_standalone()`
* [ ] Use cli errors or [file an issue](new) if you don't have time to do it now
* [ ] `usethis::use_standalone("r-lib/rlang", "types-check")` instead of home grown argument checkers;
Expand Down

0 comments on commit fc15784

Please sign in to comment.