checks: Get Warnings or Notes From 'rcmdcheck'

View source: R/internals.R

checksR Documentation

Get 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 June 8, 2025, 10:32 a.m.