You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@
43
43
44
44
3. {data.table} now depends on R 3.4.0 (2017).
45
45
46
+
4. Changes to `fread()` output and errors:
47
+
48
+
+ When the size of the file exceeds the size of the address space, `fread()` now signals an informative error instead of trying to map its size modulo the address space.
49
+
+ On non-Windows systems, `fread()` now prints the reason why the file couldn't be opened, which could also be due to it being too large to map.
50
+
+ With `verbose=TRUE`, file sizes are now printed using binary SI prefixes, since it's always used powers of `2^10` as multipliers.
51
+
46
52
# data.table [v1.17.0](https://github.com/Rdatatable/data.table/milestone/34) (20 Feb 2025)
0 commit comments