if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
# Last week
cran_new("last-week")
# Last month
cran_new("last-month")
# Last 5 days
cran_new(from = 5)
# From a given date, but at most 10
cran_new(from = "2021-04-06", last = 10)
# March of 2021
cran_new(from = "2021-03-01", to = "2021-04-01")
}
Run the code above in your browser using DataLab