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

Function hello_world_ex

inst/tinytest/testRcppPackage/src/rcpp_hello_world.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11SEXP hello_world_ex(){
12 try{
13 throw std::range_error( "boom" ) ;
14 } catch( std::exception& __ex__ ){
15 forward_exception_to_r( __ex__ ) ;
16 }
17 return R_NilValue ;
18}
19

Callers

nothing calls this directly

Calls 1

forward_exception_to_rFunction · 0.85

Tested by

no test coverage detected