powered by
Get parent dependency for a package
parent_dependency(package, fields = NULL, snapshot = TRUE)
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
FALSE
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
The dependency information is based on packages retrieved from CRAN/Bioconductor on 2021-10-28.
# NOT RUN { parent_dependency("ComplexHeatmap") # }
Run the code above in your browser using DataLab