Compare a set of check results to another check result
compare_checks(old, new)
A check result, or a list of check results.
A check result.
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 of rcmdcheck
objects the old check(s),
new
: rcmdcheck
object, the new check,
cmp
:
Other check comparisons:
compare_to_cran()