Skip to contents

Assess a package for the presence of a NEWS file

Usage

assess_has_news(x, ...)

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

Value

a pkg_metric containing an integer value indicating the number of discovered NEWS files

Examples

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