upstream_dependency {pkgndep} | R Documentation |
Get upstream dependency for a package
Description
Get upstream dependency for a package
Usage
upstream_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 |
Details
Upstream packages with relations of "Depends", "Imports" and "LinkingTo" are retrieved.
Value
A data frame with all upstream packages.
Examples
## Not run:
upstream_dependency("ComplexHeatmap")
## End(Not run)
[Package pkgndep version 1.99.3 Index]