load_all_pkg_dep {pkgndep} | R Documentation |
Load dependency analysis results of all packages
Description
Load dependency analysis results of all packages
Usage
load_all_pkg_dep(hash = TRUE)
Arguments
hash |
Whether to convert the named list to a hash table by |
Details
It is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt
$heaviness_db_version.
Value
A list (as a hash table) of pkgndep
objects where each element corresponds to the analysis on one package.
Examples
## Not run:
lt = load_all_pkg_dep()
length(lt)
head(names(lt))
lt[["ggplot2"]]
## End(Not run)
[Package pkgndep version 1.99.3 Index]