* @return the base namespace. See ?baseenv */
| 321 | * @return the base namespace. See ?baseenv |
| 322 | */ |
| 323 | static Environment_Impl base_namespace(){ |
| 324 | return R_BaseNamespace ; |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * @return the Rcpp namespace |
nothing calls this directly
no outgoing calls
no test coverage detected