heaviness_report: HTML report for package dependency heaviness analysis

View source: R/report.R

heaviness_reportR Documentation

HTML report for package dependency heaviness analysis

Description

HTML report for package dependency heaviness analysis

Usage

heaviness_report(pkg, file = NULL)

Arguments

pkg

An object from pkgndep.

file

The path of the html file. If it is not specified, the report will be automatically opened in the web browser.

Value

The path of the HTML file of the report.

Examples

if(interactive()) {
    x = readRDS(system.file("extdata", "ComplexHeatmap_dep.rds", package = "pkgndep"))
    heaviness_report(x)
}

jokergoo/pkgndep documentation built on Aug. 15, 2023, 4:13 a.m.