powered by
Get parent dependency for a package
parent_dependency(package, fields = NULL, snapshot = TRUE)
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.
pacakge
snapshot
FALSE
Package name.
Which fields in DESCRIPTION? Values should be in Depends, Imports, LinkingTo, Suggests and Enhances.
Depends
Imports
LinkingTo
Suggests
Enhances
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
The dependency information is based on packages retrieved from CRAN/Bioconductor on 2021-10-28.
if (FALSE) { parent_dependency("ComplexHeatmap") }
Run the code above in your browser using DataLab