MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / evaluator_ok

Function evaluator_ok

inst/tinytest/cpp/misc.cpp:67–69  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

65
66// [[Rcpp::export]]
67SEXP evaluator_ok(SEXP x) {
68 return Rcpp_fast_eval(Rf_lang2(Rf_install("sample"), x), R_GlobalEnv);
69}
70
71// [[Rcpp::export]]
72void exceptions_() {

Callers

nothing calls this directly

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected