Learn R Programming

pkgndep (version 1.2.0)

load_all_pkg_dep: Load dependency data of all packages

Description

Load dependency data of all packages

Usage

load_all_pkg_dep(hash = TRUE)

Value

A list (as a hash table) of pkgndep objects where each element corresponds to the analysis on one package.

Arguments

hash

Whether to convert the named list to a hash table by hash.

Details

It loads the package dependency analysis for all CRAN/Biocondutor packages done on 2021-10-28.

Examples

Run this code
if (FALSE) {
lt = load_all_pkg_dep()
length(lt)
head(names(lt))
lt[["ggplot2"]]
}

Run the code above in your browser using DataLab