// Copyright: (C) 2013 Amgen, Inc. #ifndef MISSING_R__H #define MISSING_R__H #include "HsFFI.h" #include #include /* Create a variadic R function given any function pointer. */ SEXP funPtrToSEXP(DL_FUNC pf); /* Indicates whether R has been initialized. */ extern int isRInitialized; /* R global variables for GHCi. */ extern HsStablePtr rVariables; #endif