get_dependency_tree: Gets dependency tree for a package

Description Usage Arguments Value Examples

View source: R/neuroc_sysreq.R

Description

get_dependency_tree will build and return a dependency tree. This is done recursively for the import/depends fields and non-recursively for the suggests field.

Usage

1
get_dependency_tree(pkg, cran = TRUE, bioc = TRUE, URLs = NULL)

Arguments

pkg

character vector of packages

cran

search CRAN

bioc

search Bioconductor

URLs

URLs for third party package DBs

Value

a list of unique package names in the dependency tree

Examples

1
2
## Not run: get_dependency_tree('ggplot2',bioc=FALSE)
## Not run: get_dependency_tree('fslr',URLs='http://neuroconductor.org:8080')

adigherman/neuroc.sysreq documentation built on Jan. 28, 2020, 9:27 p.m.