assess_remote_checks {riskmetric} | R Documentation |
Assess package checks from CRAN/Bioc or R CMD check
Description
Assess package checks from CRAN/Bioc or R CMD check
Usage
assess_remote_checks(x, ...)
Arguments
x |
a |
... |
additional arguments passed on to S3 methods, rarely used |
Value
a pkg_metric
containing Tally of R CMD check results run on differnt OS flavors by BioC or CRAN
See Also
metric_score.pkg_metric_remote_checks
Examples
## Not run:
assess_remote_checks(pkg_ref("riskmetric"))
## End(Not run)
[Package riskmetric version 0.2.4 Index]