Learn R Programming

pkgndep (version 1.1.3)

load_all_pkg_dep: Load dependency data of all packages

Description

Load dependency data of all packages

Usage

load_all_pkg_dep(hash = TRUE)

Arguments

hash

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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
lt = load_all_pkg_dep()
length(lt)
head(names(lt))
lt[["ggplot2"]]
# }

Run the code above in your browser using DataLab