cran_dependencies | R Documentation |
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.
cran_dependencies
A data frame with 211408 rows and 4 variables:
the name of the package that introduced the dependencies
the name of the package that the dependency is directed towards
the type of dependency, which can take the follow values (all in lowercase): "depends", "imports", "linking to", "suggests"
a boolean representing whether the dependency is a reverse one (TRUE) or a forward one (FALSE)
The CRAN pages of all the packages available on https://cran.r-project.org
chi_citations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.