cran_dependencies {crandep} | R Documentation |
Dependencies of CRAN packages
Description
A dataset containing the dependencies of various types (Imports, Depends, Suggests, LinkingTo, and their reverse counterparts) of more than 14600 packages available on CRAN as of 2020-05-09.
Usage
cran_dependencies
Format
A data frame with 211408 rows and 4 variables:
- from
the name of the package that introduced the dependencies
- to
the name of the package that the dependency is directed towards
- type
the type of dependency, which can take the follow values (all in lowercase): "depends", "imports", "linking to", "suggests"
- reverse
a boolean representing whether the dependency is a reverse one (TRUE) or a forward one (FALSE)
Source
The CRAN pages of all the packages available on https://cran.r-project.org
See Also
[Package crandep version 0.3.9 Index]