Learn R Programming

riskmetric (version 0.2.5)

assess_last_30_bugs_status: Assess how many recent BugReports have been closed

Description

Assess how many recent BugReports have been closed

Usage

assess_last_30_bugs_status(x, ...)

Value

a pkg_metric containing a logical vector indicating whether a recent BugReport was closed

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

See Also

metric_score.pkg_metric_last_30_bugs_status

Examples

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

Run the code above in your browser using DataLab