Learn R Programming

riskmetric (version 0.2.5)

assess_news_current: Assess a package for an up-to-date NEWS file

Description

Assess a package for an up-to-date NEWS file

Usage

assess_news_current(x, ...)

Value

a pkg_metric containing a logical vector indicating whether each discovered NEWS file is up-to-date

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

See Also

metric_score.pkg_metric_news_current

Examples

Run this code
if (FALSE) {
assess_news_current(pkg_ref("riskmetric"))
}

Run the code above in your browser using DataLab