checks: Are There Errors, Warnings or Notes From 'rcmdcheck'?

View source: R/internals.R

checksR Documentation

Are There Errors, Warnings or Notes From rcmdcheck?

Description

rcmdcheck returns a list containing characters that give errors, warnings and notes.

Usage

checks(rcmdcheck_value)

Arguments

rcmdcheck_value

The return value of rcmdcheck.

Details

Use ! any(checks(x))) to ensure there were no errors, warnings or notes in x.

Value

A named logical vector, all FALSE if there were no errors, warnings or notes.


document documentation built on July 9, 2023, 5:22 p.m.