Learn R Programming

riskmetric (version 0.2.5)

assess_license: Assess a package for an acceptable license

Description

Assess a package for an acceptable license

Usage

assess_license(x, ...)

Value

a pkg_metric containing a string indicating the license under which the package is released

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

See Also

metric_score.pkg_metric_license

Examples

Run this code
if (FALSE) {
assess_license(pkg_ref("riskmetric"))
}

Run the code above in your browser using DataLab