heaviness_on_children: Heaviness on all child packages

View source: R/heaviness.R

heaviness_on_childrenR Documentation

Heaviness on all child packages

Description

Heaviness on all child packages

Usage

heaviness_on_children(package, add_values_attr = FALSE, total = FALSE)

Arguments

package

A package name.

add_values_attr

Whether to include "values" attribute? Internally used.

total

Whether to return the total heaviness?

Details

It is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt$heaviness_db_version.

Value

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

Examples

## Not run: 
heaviness_on_children("ComplexHeatmap")

## End(Not run)

pkgndep documentation built on Oct. 13, 2023, 9:08 a.m.