metric_score.pkg_metric_has_bug_reports_url {riskmetric}R Documentation

Score a package for the presence of a bug report url

Description

Score a package for the presence of a bug report url

Usage

## S3 method for class 'pkg_metric_has_bug_reports_url'
metric_score(x, ...)

Arguments

x

a pkg_metric_has_bug_reports_url packge metric object

...

additional arguments unused

Value

A logical value indicating whether the package has a BugReports field filled in

Examples

## Not run: metric_score(assess_has_bug_reports_url(pkg_ref("riskmetric")))


[Package riskmetric version 0.2.5 Index]