pkgDepMetrics {BiocPkgTools}R Documentation

Report package dependency burden

Description

Elaborate a report on the dependency burden of a given package.

Usage

pkgDepMetrics(pkg, depdf)

Arguments

pkg

character() name of the package for which we want to obtain metrics on its dependency burden.

depdf

a tidy data frame with package dependency information obtained through the function buildPkgDependencyDataFrame

Value

A tidy data frame with different metrics on the package dependency burden.


[Package BiocPkgTools version 1.4.6 Index]