Skip to contents

Several sources are used: CRAN's database to check packages files and versions, CRAN's volunteers actions for when packages are archived or removed and CRAN's comments to fill in the gaps.

Usage

cran_history(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with the information to recreate CRAN at any point before today.

Examples

cran_history
#> function (packages = NULL) 
#> {
#>     save_state("cran_history", cran_all_history())
#>     check_packages(packages, NA)
#>     get_package_subset("cran_history", packages)
#> }
#> <bytecode: 0x56173a492908>
#> <environment: namespace:repo.data>