Skip to contents

Given the available information which packages were on CRAN on a given date?

Usage

cran_snapshot(date)

Arguments

date

The date you want to check.

Value

The data.frame with the packages and versions at a given date.

Note

Due to missing of CRAN comments some packages are not annotated when were they archived and more packages will be returned for any given date.

Examples

cran_snapshot(Sys.Date() -2 )
#> Error in eval(attr(fterms, "variables"), data, environment(formula)): object 'package' not found