powered by
Get upstream dependency for a package
upstream_dependency(package, snapshot = TRUE)
A data frame with all upstream packages.
Package name.
If it is TRUE, the package database generated on 2021-10-28 is used. If it is FALSE, the pakage database is directly retrieved from CRAN/Bioconductor.
TRUE
FALSE
Upstream packages with relations of "Depends", "Imports" and "LinkingTo" are retrieved.
if (FALSE) { upstream_dependency("ComplexHeatmap") }
Run the code above in your browser using DataLab