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

Function evaluator_error

inst/tinytest/cpp/misc.cpp:62–64  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

60
61// [[Rcpp::export]]
62SEXP evaluator_error() {
63 return Rcpp_fast_eval(Rf_lang2(Rf_install("stop"), Rf_mkString("boom")), R_GlobalEnv);
64}
65
66// [[Rcpp::export]]
67SEXP evaluator_ok(SEXP x) {

Callers

nothing calls this directly

Calls 1

Rcpp_fast_evalFunction · 0.85

Tested by

no test coverage detected