Skip to content
New issue

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

Polish upkeep bullets #1905

Merged
merged 14 commits into from
Oct 31, 2023
Prev Previous commit
Next Next commit
Use code for updating R min version
  • Loading branch information
hadley committed Oct 30, 2023
commit cc2a23ccc400deb268085a22a755c5ea426e26a3
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea 💡


* [ ] 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