assess_dependencies: Assessment of dependency footprint for a specific package

View source: R/assess_dependencies.R

assess_dependenciesR Documentation

Assessment of dependency footprint for a specific package

Description

Only Depends, Imports and LinkingTo dependencies are assessed because they are required

Usage

assess_dependencies(x, ...)

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

Details

The more packages a package relies on the more chances for errors exist.

Value

a pkg_metric containing a dataframe of package names and they type of dependency the package being assess has to them

See Also

metric_score.pkg_metric_dependencies

Examples

## Not run: 
assess_dependencies(pkg_ref("riskmetric"))

## End(Not run)

pharmaR/riskmetric documentation built on April 30, 2024, 5:14 p.m.