Learn R Programming

pkgndep (version 1.2.0)

dependency_report: HTML report for package dependency analysis

Description

HTML report for package dependency analysis

Usage

dependency_report(pkg, file = NULL)

Value

The path of the HTML file of the report.

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.

Examples

Run this code
if(interactive()) {
    x = readRDS(system.file("extdata", "ComplexHeatmap_dep.rds", package = "pkgndep"))
    dependency_report(x)
}

Run the code above in your browser using DataLab