[[Rcpp::export]]
| 65 | |
| 66 | // [[Rcpp::export]] |
| 67 | SEXP evaluator_ok(SEXP x) { |
| 68 | return Rcpp_fast_eval(Rf_lang2(Rf_install("sample"), x), R_GlobalEnv); |
| 69 | } |
| 70 | |
| 71 | // [[Rcpp::export]] |
| 72 | void exceptions_() { |
nothing calls this directly
no test coverage detected