powered by
HTML report for package dependency analysis
dependency_report(pkg, file = NULL)
The path of the HTML file of the report.
An object from pkgndep.
pkgndep
The path of the html file. If it is not specified, the report will be automatically opened in the web browser.
if(interactive()) { x = readRDS(system.file("extdata", "ComplexHeatmap_dep.rds", package = "pkgndep")) dependency_report(x) }
Run the code above in your browser using DataLab