We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a6a80 commit 6268a75Copy full SHA for 6268a75
1 file changed
src/jri/src/Rengine.c
@@ -30,14 +30,12 @@ LibExtern int R_interrupts_pending;
30
#define EXTPTR_PTR(X) R_ExternalPtrAddr(X)
31
#endif
32
33
-#if (R_VERSION >= R_Version(2,5,0))
+#if (R_VERSION >= R_Version(4,5,0))
34
#ifdef ENCLOS
35
#undef ENCLOS
36
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
0 commit comments