cranology: Get number of packages on CRAN at a given date

View source: R/cranology.R

cranologyR Documentation

Get number of packages on CRAN at a given date

Description

Query MRAN to Get number of packages on CRAN at a given date. MRAN -> Microsoft snapshots of CRAN.

Usage

cranology(date)

Arguments

date

A character string representing a date of the form yyyy-mm-dd.

Value

A data.frame with 2 columns date and n the number of packages on CRAN at that date.

Examples

cranology("2020-03-15")

ALanguillaume/cranology documentation built on April 21, 2022, 12:32 a.m.