pub fn r_warning(msg: &str)
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.
r_stop