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