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