Skip to content

Commit

Permalink
Use code for updating R min version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 30, 2023
1 parent 8fbd4ed commit cc2a23c
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 @@ -235,7 +235,7 @@ tidy_upkeep_checklist <- function(year = NULL,
bullets,
"### Eternal",
"",
todo("Bump required R version in DESCRIPTION to {tidy_minimum_r_version()}"),
todo('`use_package("R", "Depends", "{tidy_minimum_r_version()}")`'),
todo("`usethis::use_tidy_description()`"),
todo("`usethis::use_tidy_github_actions()`"),
todo("`devtools::build_readme()`"),
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 @@ -48,7 +48,7 @@
### Eternal
* [ ] Bump required R version in DESCRIPTION to 3.6
* [ ] `use_package("R", "Depends", "3.6")`
* [ ] `usethis::use_tidy_description()`
* [ ] `usethis::use_tidy_github_actions()`
* [ ] `devtools::build_readme()`
Expand Down

0 comments on commit cc2a23c

Please sign in to comment.