powered by
rcmdcheck
rcmdcheck returns a list containing characters that give errors, warnings and notes.
checks(rcmdcheck_value)
A named logical vector, all FALSE if there were no errors, warnings or notes.
FALSE
The return value of rcmdcheck.
Use ! any(checks(x))) to ensure there were no errors, warnings or notes in x.
! any(checks(x)))
x