Learn R Programming

pkgsearch (version 3.1.5)

cran_package_history: Query the history of a package

Description

Query the history of a package

Usage

cran_package_history(package)

Value

A data frame, with one row per package version.

Arguments

package

Package name.

Examples

Run this code
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
cran_package_history("igraph")
}

Run the code above in your browser using DataLab