Learn R Programming

pkgndep (version 1.99.3)

load_all_pkg_dep: Load dependency analysis results of all packages

Description

Load dependency analysis results 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 is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt$heaviness_db_version.

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