- Added benchmarks with wide data for both numeric and character data (#87, @R3myG)
- The column created by
idis now stored as an run length encoded Altrep vector, which uses less memory and is much faster for large inputs. (#111)
-
vroom_lines()now properly respects then_maxparameter (#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 integer overflow with very large files (#116, #119)
-
Fix missing columns and windows newlines (#114)
-
Fix encoding of column names (#113, #115)
-
Throw an error message when writing a zip file, which is not supported (@metaOO, #145)
-
Default message output from
vroom()now usesRowsandCols(@meta00, #140)
vroom_lines()function added, to (lazily) read lines from a file into a character vector (#90).
-
Fix for a hang on Windows caused by a race condition in the progress bar (#98)
-
Remove accidental runtime dependency on testthat (#104)
-
Fix to actually return non-Altrep character columns on R 3.2, 3.3 and 3.4.
-
Disable colors in the progress bar when running in RStudio, to work around an issue where the progress bar would be garbled (rstudio/rstudio#4777)
-
Fix for UBSAN issues reported by CRAN (#97)
-
Fix for rchk issues reported by CRAN (#94)
-
The progress bar now only updates every 10 milliseconds.
-
Getting started vignette index entry now more informative (#92)
-
Initial release
-
Added a
NEWS.mdfile to track changes to the package.