We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717f47 commit 983acd2Copy full SHA for 983acd2
src/data.table.h
@@ -17,6 +17,7 @@
17
#if R_VERSION < R_Version(3, 4, 0)
18
# define SET_GROWABLE_BIT(x) // #3292
19
#endif
20
+// TODO: remove the `R_SVN_VERSION` check when R 4.5.0 is released (circa Apr. 2025)
21
#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86702
22
# define isDataFrame(x) isFrame(x) // #6180
23
0 commit comments