downstream_dependency: Get downstream dependency for a package

View source: R/dependency.R

downstream_dependencyR Documentation

Get downstream dependency for a package

Description

Get downstream dependency for a package

Usage

downstream_dependency(package, online = FALSE)

Arguments

package

Package name.

online

Whether use the newest package database directly from CRAN/Bioconductor or the pre-computated package database? The version of the pre-computated package database can be set via pkgndep_opt$heaviness_db_version.

Details

Downstream packages with relations of Depends, Imports and LinkingTo are retrieved.

Value

A data frame with all downstream packages.

Examples

## Not run: 
downstream_dependency("ComplexHeatmap")

## End(Not run)

jokergoo/pkgndep documentation built on Aug. 15, 2023, 4:13 a.m.