| 360 | } |
| 361 | |
| 362 | inline SEXP exception_to_r_condition( const std::exception& ex){ |
| 363 | return exception_to_condition_template(ex, RCPP_DEFAULT_INCLUDE_CALL); |
| 364 | } |
| 365 | |
| 366 | inline SEXP string_to_try_error( const std::string& str){ |
| 367 | using namespace Rcpp; |
no test coverage detected