compare_checks {rcmdcheck} | R Documentation |
Compare a set of check results to another check result
Description
Compare a set of check results to another check result
Usage
compare_checks(old, new)
Arguments
old |
A check result, or a list of check results. |
new |
A check result. |
Value
An rcmdcheck_comparison
object with fields:
-
package
: the name of the package, string, -
versions
: package versions, length two character, -
status
: comparison status, see below, -
old
: list ofrcmdcheck
objects the old check(s), -
new
:rcmdcheck
object, the new check, -
cmp
:
See Also
Other check comparisons:
compare_to_cran()
[Package rcmdcheck version 1.4.0 Index]