Learn R Programming

repo.data (version 0.1.5)

cran_alias: CRAN's alias

Description

Retrieve alias available on CRAN.

Usage

cran_alias(packages = NULL)

Value

A data.frame with three columns: Package, Source and Target. NA if not able to collect the data from CRAN.

Arguments

packages

A vector with packages or NULL for all packages.

See Also

The raw source of the data is: CRAN_aliases_db().

Other alias: base_alias()

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

Examples

Run this code
ca <- cran_alias("BWStest")
head(ca)

Run the code above in your browser using DataLab