Skip to contents

Explore the relationship between CRAN packages and other packages. If the target package is ambiguous it is omitted.

Usage

cran_pkges_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with 6 columns: from_pkg, to_pkg, n (Number of links).

Examples

cpkl <- cran_pkges_links()
#> Retrieving cran_pages_links, this might take a bit.
#> Caching results to be faster next call in this session.
head(cpkl)
#>   from_pkg to_pkg
#> 1     base   base
#> 2     base   base
#> 4     base   base
#> 5     base   base
#> 6     base   base
#> 7     base   base