assess_has_bug_reports_url {riskmetric} | R Documentation |
Assess a package for the presence of a url field where bugs can be reported.
Description
Assess a package for the presence of a url field where bugs can be reported.
Usage
assess_has_bug_reports_url(x, ...)
Arguments
x |
a |
... |
additional arguments passed on to S3 methods, rarely used |
Value
a pkg_metric
containing a character value containing the BugReports field contents
See Also
metric_score.pkg_metric_has_bug_reports_url
Examples
## Not run:
assess_has_bug_reports_url(pkg_ref("riskmetric"))
## End(Not run)
[Package riskmetric version 0.2.4 Index]