cran_history: Check package history on CRAN

View source: R/cran_history.R

cran_historyR Documentation

Check package history on CRAN

Description

It uses available information to provide the most accurate information of CRAN at any given time.

Usage

cran_history(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Details

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.

Value

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

See Also

cran_archive(), cran_actions(), cran_comments().

Other meta info from CRAN: cran_alias(), cran_archive(), cran_comments(), cran_links()

Examples

cran_history

repo.data documentation built on Sept. 15, 2025, 9:08 a.m.