We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204df24 commit 2994964Copy full SHA for 2994964
1 file changed
src/jri/src/Rengine.c
@@ -37,6 +37,13 @@ LibExtern int R_interrupts_pending;
37
#define ENCLOS(X) R_ParentEnv(X)
38
#endif
39
40
+#if (R_VERSION >= R_Version(4,5,0))
41
+#ifdef Rf_findVar
42
+#undef Rf_findVar
43
+#endif
44
+#define Rf_findVar(X, Y) R_getVar(X, Y, FALSE)
45
46
+
47
#include "Rcallbacks.h"
48
#include "Rinit.h"
49
#include "globals.h"
0 commit comments