load_all_pkg_dep | R Documentation |
Load dependency analysis results of all packages
load_all_pkg_dep(hash = TRUE)
hash |
Whether to convert the named list to a hash table by |
It is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt
$heaviness_db_version.
A list (as a hash table) of pkgndep
objects where each element corresponds to the analysis on one package.
## Not run:
lt = load_all_pkg_dep()
length(lt)
head(names(lt))
lt[["ggplot2"]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.