Skip to contents

Get updated CRAN packages

Usage

get_updated_cran_packages(
  date_interval = lubridate::interval(lubridate::today() - 7L, lubridate::today()),
  limit = 2000L
)

Arguments

date_interval

(Interval)
Date Interval (lubridate::interval)

limit

(integer)
Maximum amount of items to query

Examples

get_updated_cran_packages()
#>                name  version       date
#> 4             proxy   0.4-29 2025-12-29
#> 5        extraDistr 1.10.0.1 2025-12-29
#> 6           nmarank  0.3-0.1 2025-12-29
#> 7            maxLik  1.5-2.2 2025-12-29
#> 8  FactoInvestigate    1.9.1 2025-12-29
#> 9         tesseract    5.2.4 2025-12-29
#> 10    futile.logger    1.4.9 2025-12-29