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

Function R_init_Rcpp

src/rcpp_init.cpp:137–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135} // #nocov end
136
137extern "C" void R_init_Rcpp(DllInfo* dllinfo) {
138 setCurrentScope(0);
139
140 registerFunctions(); // call wrapper to register export symbols
141
142 R_useDynamicSymbols(dllinfo, FALSE); // set up symbol symbol lookup (cf R 3.4.0)
143
144 init_Rcpp_cache(); // init the cache
145
146 Rcpp::Rcpp_precious_init();
147
148 init_Rcpp_routines(dllinfo); // init routines
149}

Callers

nothing calls this directly

Calls 5

registerFunctionsFunction · 0.85
init_Rcpp_cacheFunction · 0.85
init_Rcpp_routinesFunction · 0.85
setCurrentScopeFunction · 0.70
Rcpp_precious_initFunction · 0.70

Tested by

no test coverage detected