readr v2.0.1
options(readr.show_col_types = FALSE)
now works as intended (#1250)read_delim_chunked()
now again correctly respects thechunk_size
parameter (#1248)type_convert()
gains aguess_integer
argument, passed toguess_parser()
(@jmbarbone, #1264)read_tsv()
now correctly passes thequote
andna
arguments tovroom::vroom()
(#1254, #1255)- Avoid spurious byte compilation errors due to the programatically generated
spec_*()
functions.