Learn R Programming

pkgndep (version 1.1.3)

heaviness_on_children: Heaviness on all child packages

Description

Heaviness on all child packages

Usage

heaviness_on_children(package, add_values_attr = FALSE)

Arguments

package

A package name.

add_values_attr

Whether to include "values" attribute? Internally used.

Value

The value is the mean heaviness of the package on all its child packages.

Examples

Run this code
# NOT RUN {
heaviness_on_children("ComplexHeatmap")
# }

Run the code above in your browser using DataLab