Skip to contents

Retrieve alias available on CRAN.

Usage

cran_alias(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with three columns: Package, Source and Target.

See also

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

Other alias: base_alias()

Examples

ca <- cran_alias("BWStest")
head(ca)
#>   Package             Source          Target
#> 1 BWStest BWStest-package.Rd BWStest-package
#> 2 BWStest            NEWS.Rd    BWStest-NEWS
#> 3 BWStest         bws_cdf.Rd         bws_cdf
#> 4 BWStest        bws_stat.Rd        bws_stat
#> 5 BWStest        bws_test.Rd        bws_test
#> 6 BWStest    murakami_cdf.Rd    murakami_cdf