downstream_dependency | R Documentation |
Get downstream dependency for a package
downstream_dependency(package, online = FALSE)
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 |
Downstream packages with relations of Depends
, Imports
and LinkingTo
are retrieved.
A data frame with all downstream packages.
## Not run:
downstream_dependency("ComplexHeatmap")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.