We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f75cc commit 6c6744bCopy full SHA for 6c6744b
R/upkeep.R
@@ -290,13 +290,18 @@ tidy_upkeep_checklist <- function(
290
)
291
}
292
293
- # if the most recent year doesn't nudge about the minimum R version,
294
- # re-introduce that todo() below
295
minimum_r_version <- pkg_minimum_r_version()
296
bullets <- c(
297
bullets,
298
"### To finish",
299
"",
+ # TODO: if the most recent year doesn't nudge about the minimum R version,
+ # re-introduce that todo()
300
+ #
301
+ # todo(
302
+ # '`usethis::use_package("R", "Depends", "{tidy_minimum_r_version()}")`',
303
+ # is.na(minimum_r_version) || tidy_minimum_r_version() > minimum_r_version
304
+ # ),
305
todo(
306
"`usethis::use_mit_license()`",
307
grepl("MIT", desc$get_field("License"))
0 commit comments