r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
199 stars 46 forks source link

Add existence of `cpp11::check_user_interrupt()` to "Converting from Rcpp" documentation #217

Closed sbearrows closed 3 years ago

sbearrows commented 3 years ago

Currently there is not documentation for using cpp11::check_user_interrupt() as a replacement for Rcpp::checkUserInterrupt().

I think this would be a great one to add to the "Converting from Rcpp" documentation/table