vroom 1.0.2
New Features
- The column created by
id
is now stored as an run length encoded Altrep
vector, which uses less memory and is much faster for large inputs. (#111)
Minor improvements and fixes
-
vroom_lines()
now properly respects then_max
parameter (#142) -
vroom()
andvroom_lines()
now support reading files which do not end in
newlines by using a file connection (#40). -
vroom_write()
now works with the standard output connectionstdout()
(#106). -
vroom_write()
no longer crashes non-deterministically when used on Altrep vectors. -
The integer parser now returns NA values for invalid inputs (#135)
-
Fix additional UBSAN issue in the mio project reported by CRAN (#97)
-
Fix indexing into connections with quoted fields (#119)
-
Move example files for
vroom()
out of\dontshow{}
. -
Fix missing columns and windows newlines (#114)