assess_has_news {riskmetric} | R Documentation |
Assess a package for the presence of a NEWS file
Description
Assess a package for the presence of a NEWS file
Usage
assess_has_news(x, ...)
Arguments
x |
a |
... |
additional arguments passed on to S3 methods, rarely used |
Value
a pkg_metric
containing an integer value indicating the number of discovered NEWS files
See Also
metric_score.pkg_metric_has_news
Examples
## Not run:
assess_has_news(pkg_ref("riskmetric"))
## End(Not run)
[Package riskmetric version 0.2.4 Index]