powered by
get_dep_all_packages returns the data frame of dependencies of all packages currently available on CRAN.
get_dep_all_packages
get_dep_all_packages()
A list of two data frames, one the names of all CRAN packages, the other their dependencies
get_dep for multiple types of dependencies, and get_graph_all_packages for obtaining directly a network of dependencies as an igraph object
get_dep
get_graph_all_packages
if (FALSE) { df.cran <- get_dep_all_packages() }
Run the code above in your browser using DataLab