get_dep_all_packages | R Documentation |
get_dep_all_packages
returns the data frame of dependencies of all packages currently available on CRAN with at least one dependency of any type, forward or reverse.
get_dep_all_packages()
A data frame of dependencies of all CRAN packages that have at least one dependency of any type, forward or reverse. A Depends of an R version doesn't count as a dependency here.
get_dep
for multiple types of dependencies, and get_graph_all_packages
for obtaining directly a network of dependencies as an igraph object
## Not run:
df.cran <- get_dep_all_packages()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.