* @return the Rcpp namespace */
| 328 | * @return the Rcpp namespace |
| 329 | */ |
| 330 | static Environment_Impl Rcpp_namespace(){ |
| 331 | return Rcpp::internal::get_Rcpp_namespace() ; |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * @param name the name of the package of which we want the namespace |
no test coverage detected