powered by
Load dependency data of all packages
load_all_pkg_dep(hash = TRUE)
Whether to convert the named list to a hash table by hash.
hash
A list (as a hash table) of pkgndep objects where each element corresponds to the analysis on one package.
pkgndep
It loads the package dependency analysis for all CRAN/Biocondutor packages done on 2021-10-28.
# NOT RUN { lt = load_all_pkg_dep() length(lt) head(names(lt)) lt[["ggplot2"]] # }
Run the code above in your browser using DataLab