Assess a package for the presence of a url field where bugs can be reported.

assess_has_bug_reports_url(x, ...)

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

Value

a pkg_metric containing a character value containing the BugReports field contents

Examples

if (FALSE) {
assess_has_bug_reports_url(pkg_ref("riskmetric"))
}