RInside Version 0.2.16
RcppExports.cpp File Reference
#include "../inst/include/RInside.h"
#include <Rcpp.h>
Include dependency graph for RcppExports.cpp:

Go to the source code of this file.

Functions

void showCompiler ()
 
RcppExport SEXP _RInside_showCompiler ()
 
RcppExport void R_init_RInside (DllInfo *dll)
 

Variables

static const R_CallMethodDef CallEntries []
 

Function Documentation

◆ _RInside_showCompiler()

RcppExport SEXP _RInside_showCompiler ( )

Definition at line 11 of file RcppExports.cpp.

References showCompiler().

Here is the call graph for this function:

◆ R_init_RInside()

RcppExport void R_init_RInside ( DllInfo *  dll)

Definition at line 24 of file RcppExports.cpp.

References CallEntries.

◆ showCompiler()

void showCompiler ( )

Definition at line 5 of file compiler.cpp.

Referenced by _RInside_showCompiler().

Variable Documentation

◆ CallEntries

const R_CallMethodDef CallEntries[]
static
Initial value:
= {
{"_RInside_showCompiler", (DL_FUNC) &_RInside_showCompiler, 0},
{NULL, NULL, 0}
}
RcppExport SEXP _RInside_showCompiler()
Definition: RcppExports.cpp:11

Definition at line 19 of file RcppExports.cpp.

Referenced by R_init_RInside().