rcmdcheck (version 1.3.3)

compare_checks: 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 of rcmdcheck objects the old check(s),

  • new: rcmdcheck object, the new check,

  • cmp:

See Also

Other check comparisons: compare_to_cran