[[Rcpp::export]]
| 109 | |
| 110 | // [[Rcpp::export]] |
| 111 | Environment runit_baseenv(){ |
| 112 | return Rcpp::Environment::base_env(); |
| 113 | } |
| 114 | |
| 115 | // [[Rcpp::export]] |
| 116 | Environment runit_namespace( std::string st){ |
nothing calls this directly
no test coverage detected