RInside Version 0.2.16
RcppExports.cpp
Go to the documentation of this file.
1 // Generated by using Rcpp::compileAttributes() -> do not edit by hand
2 // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3 
4 #include "../inst/include/RInside.h"
5 #include <Rcpp.h>
6 
7 using namespace Rcpp;
8 
9 // showCompiler
10 void showCompiler();
11 RcppExport SEXP _RInside_showCompiler() {
12 BEGIN_RCPP
13  Rcpp::RNGScope rcpp_rngScope_gen;
14  showCompiler();
15  return R_NilValue;
16 END_RCPP
17 }
18 
19 static const R_CallMethodDef CallEntries[] = {
20  {"_RInside_showCompiler", (DL_FUNC) &_RInside_showCompiler, 0},
21  {NULL, NULL, 0}
22 };
23 
24 RcppExport void R_init_RInside(DllInfo *dll) {
25  R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
26  R_useDynamicSymbols(dll, FALSE);
27 }
RcppExport SEXP _RInside_showCompiler()
Definition: RcppExports.cpp:11
static const R_CallMethodDef CallEntries[]
Definition: RcppExports.cpp:19
RcppExport void R_init_RInside(DllInfo *dll)
Definition: RcppExports.cpp:24
void showCompiler()
Definition: compiler.cpp:5