powered by
Load dependency analysis results of all packages
load_all_pkg_dep(hash = TRUE)
A list (as a hash table) of pkgndep objects where each element corresponds to the analysis on one package.
pkgndep
Whether to convert the named list to a hash table by hash.
hash
It is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt$heaviness_db_version.
pkgndep_opt
if (FALSE) { lt = load_all_pkg_dep() length(lt) head(names(lt)) lt[["ggplot2"]] }
Run the code above in your browser using DataLab