powered by
Load dependency data 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 loads the package dependency analysis for all CRAN/Biocondutor packages done on 2021-10-28.
if (FALSE) { lt = load_all_pkg_dep() length(lt) head(names(lt)) lt[["ggplot2"]] }
Run the code above in your browser using DataLab