We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f37e2b commit 1e024daCopy full SHA for 1e024da
NEWS.md
@@ -1,5 +1,7 @@
1
# readr (development version)
2
3
+* minor test tweak for compatibility with testthat 3.1.0 (#@lionel-, #1304)
4
+
5
* `write_rds()` gains a `text=` argument, to control using a text based object representation, like the `ascii=` argument in `saveRDS()` (#1270)
6
7
# readr 2.0.1
@@ -9,6 +11,7 @@
9
11
* `read_delim_chunked()` now again correctly respects the `chunk_size` parameter (#1248)
10
12
13
* `type_convert()` gains a `guess_integer` argument, passed to `guess_parser()` (@jmbarbone, #1264)
14
15
* `read_tsv()` now correctly passes the `quote` and `na` arguments to `vroom::vroom()` (#1254, #1255)
16
17
* Avoid spurious byte compilation errors due to the programmatically generated `spec_*()` functions.
0 commit comments