parent_dependency | R Documentation |
Get parent dependency for a package
parent_dependency(package, fields = NULL, online = FALSE)
package |
Package name. |
fields |
Which fields in DESCRIPTION? Values should be in |
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 |
A data frame with parent packages as well as their heaviness on pacakge
. If snapshot
is set to FALSE
, heaviness on child packages
is set to NA.
## Not run:
parent_dependency("ComplexHeatmap")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.