Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_baseenv
Function · 0.85
validateSignature
Function · 0.85
message
Function · 0.85
parseSourceDependencies
Function · 0.85
attributeWarning
Method · 0.85
checkRSignature
Function · 0.85
removeFile
Function · 0.85
createDirectory
Function · 0.85
showWarning
Function · 0.85
SourceCppDynlib
Method · 0.85
regenerateSource
Method · 0.85
Calls
no outgoing calls
Tested by
1
validateSignature
Function · 0.68