Expand description
Provide limited protection for multithreaded access to the R API.
Functionsยง
- catch_
r_ error - Wrap an R function such as
Rf_findFunctionand convert errors and panics into results. - single_
threaded - Run
fwhile ensuring thatfruns in a single-threaded manner. - throw_
r_ error