[[Rcpp::export]]
| 114 | |
| 115 | // [[Rcpp::export]] |
| 116 | Environment runit_namespace( std::string st){ |
| 117 | return Environment::namespace_env(st); |
| 118 | } |
| 119 | |
| 120 | // [[Rcpp::export]] |
| 121 | Environment runit_env_SEXP(SEXP env){ |
nothing calls this directly
no test coverage detected