warn_once: Helper to warn once per session Warn only once per session

warn_onceR Documentation

Helper to warn once per session Warn only once per session

Description

Filters warnings, letting through only the first of each.

Usage

warn_once(key, msg, call. = FALSE, immediate. = FALSE)

Arguments

key

How to identify the warning.

msg

Message text.

call.

Logical; if TRUE, the call is included in the warning message.

immediate.

Logical; if TRUE, the warning is issued immediately rather than being deferred.


isodistrreg documentation built on Aug. 21, 2026, 5:16 p.m.