Learn R Programming

pkgndep (version 1.99.3)

load_pkg_description: Load DESCRIPTION files of all packages

Description

Load DESCRIPTION files of all packages

Usage

load_pkg_description()

Arguments

Value

A list of character vectors.

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_pkg_description()
lt[1:2]
}

Run the code above in your browser using DataLab