Skip to content

Commit 983acd2

Browse files
Add a TODO
1 parent 2717f47 commit 983acd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data.table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#if R_VERSION < R_Version(3, 4, 0)
1818
# define SET_GROWABLE_BIT(x) // #3292
1919
#endif
20+
// TODO: remove the `R_SVN_VERSION` check when R 4.5.0 is released (circa Apr. 2025)
2021
#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86702
2122
# define isDataFrame(x) isFrame(x) // #6180
2223
#endif

0 commit comments

Comments
 (0)