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

Function base_env

inst/include/Rcpp/Environment.h:316–318  ·  view source on GitHub ↗

* @return the base environment. See ?baseenv */

Source from the content-addressed store, hash-verified

314 * @return the base environment. See ?baseenv
315 */
316 static Environment_Impl base_env(){
317 return R_BaseEnv ;
318 }
319
320 /**
321 * @return the base namespace. See ?baseenv

Callers 11

runit_baseenvFunction · 0.85
validateSignatureFunction · 0.85
messageFunction · 0.85
parseSourceDependenciesFunction · 0.85
attributeWarningMethod · 0.85
checkRSignatureFunction · 0.85
removeFileFunction · 0.85
createDirectoryFunction · 0.85
showWarningFunction · 0.85
SourceCppDynlibMethod · 0.85
regenerateSourceMethod · 0.85

Calls

no outgoing calls

Tested by 1

validateSignatureFunction · 0.68