Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ eval_error_no_call
Function
eval_error_no_call
inst/tinytest/cpp/Exceptions_nocall.cpp:11–13 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
9
10
// [[Rcpp::export]]
11
void eval_error_no_call(){
12
Rcpp_eval(Rf_lang1(Rf_install(
"ouch"
)), R_EmptyEnv);
13
}
Callers
nothing calls this directly
Calls
1
Rcpp_eval
Function · 0.85
Tested by
no test coverage detected