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). NA if not able to collect the data from CRAN.

See also

Examples

# \donttest{
cpkl <- cran_pkges_links()
head(cpkl)
#>   from_pkg  to_pkg
#> 1  BaseSet BaseSet
#> 2  BaseSet BaseSet
#> 3  BaseSet BaseSet
#> 4  BaseSet BaseSet
#> 5  BaseSet BaseSet
#> 6  BaseSet BaseSet
# }