View source: R/assess_remote_checks.R
metric_score.pkg_metric_remote_checks | R Documentation |
The scoring function is the number of OS flavors that passed with OK or NOTES + 0.5*the number of OS's that produced WARNINGS divided by the number of OS's checked
## S3 method for class 'pkg_metric_remote_checks'
metric_score(x, ...)
x |
a |
... |
additional arguments unused |
a fractional value indicating percentage OS flavors that did not produce an error or warning from R CMD check
## Not run: metric_score(assess_remote_checks(pkg_ref("riskmetric")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.