powered by
Get downstream dependency for a package
downstream_dependency(package, snapshot = TRUE)
A data frame with all downstream 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
Downstream packages with relations of Depends, Imports and LinkingTo are retrieved.
Depends
Imports
LinkingTo
if (FALSE) { downstream_dependency("ComplexHeatmap") }
Run the code above in your browser using DataLab