child_dependency {pkgndep} | R Documentation |
Get child dependency for a package
Description
Get child dependency for a package
Usage
child_dependency(package, fields = NULL, online = FALSE)
Arguments
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 |
Value
A data frame with child packages as well as its heaviness on its child packages. If snapshot
is set to FALSE
, heaviness on child packages
is set to NA.
Examples
## Not run:
child_dependency("ComplexHeatmap")
## End(Not run)
[Package pkgndep version 1.99.3 Index]