vroom 1.5.5
-
vroom()
now supports files with only carriage return newlines (\r
). (#360, tidyverse/readr#1236) -
vroom()
now parses single digit datetimes more consistently as readr has done (tidyverse/readr#1276) -
vroom()
now parsesInf
values as doubles (tidyverse/readr#1283) -
vroom()
now parsesNaN
values as doubles (tidyverse/readr#1277) -
VROOM_CONNECTION_SIZE
is now parsed as a double, which supports scientific notation (#364) -
vroom()
now works around specifying a\n
as the delimiter (#365, tidyverse/dplyr#5977) -
vroom()
no longer crashes if given acol_name
andcol_type
both less than the number of columns (tidyverse/readr#1271) -
vroom()
no longer hangs if given an empty value forlocale(grouping_mark=)
(tidyverse/readr#1241) -
Fix performance regression when guessing with large numbers of rows (tidyverse/readr#1267)