Skip to main content

r_warning

Function r_warning 

Source
pub fn r_warning(msg: &str)
Expand description

Raise an R warning with the given message.

Unlike r_stop, this returns normally after issuing the warning. Automatically routes to R’s main thread if called from a worker thread.