#include <R.h> #include <R_ext/Rdynload.h> #include "crlmm.h" static const R_CallMethodDef CallEntries[] = { {"test", (DL_FUNC)&test, 1}, {"gtypeCallerPart1nm", (DL_FUNC)>ypeCallerPart1nm, 17}, {"gtypeCallerPart2nm", (DL_FUNC)>ypeCallerPart2nm, 19}, {"gtypeCallerPart1NormalNoN", (DL_FUNC)>ypeCallerPart1NormalNoN, 17}, {"gtypeCallerPart1", (DL_FUNC)>ypeCallerPart1, 17}, {"gtypeCallerPart2", (DL_FUNC)>ypeCallerPart2, 19}, {"gtypeCallerPart1TNoN", (DL_FUNC)>ypeCallerPart1TNoN, 17}, {"gtypeCallerPart2TNoN", (DL_FUNC)>ypeCallerPart2TNoN, 19}, {NULL, NULL, 0} }; void R_init_flowCore(DllInfo *dll) { R_registerRoutines(dll, NULL, CallEntries, NULL, NULL); }