Learn R Programming

pkgndep (version 1.99.3)

load_pkg_downstream_dependency_path_snapshot: Load downstream dependency paths for all packages

Description

Load downstream dependency paths for all packages

Usage

load_pkg_downstream_dependency_path_snapshot()

Arguments

Value

A list.

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) {
downstream_path_list = load_pkg_downstream_dependency_path_snapshot()
downstream_path_list[["ComplexHeatmap"]]
}

Run the code above in your browser using DataLab