You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove vroom_altrep_opts() and vroom(altrep_opts =)
Have been deprecated since v1.2.0 (2020-01-13).
* Remove vroom_write(path =)
* Upgrade literal data without `I()` to a deprecate_warn()
* revdepcheck::cloud_check()
* Actually the deprecation really does date back for 1.5.0
1.7.0 is just when we advanced it
Copy file name to clipboardExpand all lines: NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# vroom (development version)
2
2
3
+
* The `path` parameter has been removed from `vroom_write()`. This parameter was
4
+
deprecated in vroom 1.5.0 (2021-06-14) in favor of the `file` parameter (#575).
5
+
6
+
* The function `vroom_altrep_opts()` and the argument `vroom(altrep_opts =)`
7
+
have been removed. They were deprecated in favor of `vroom_altrep()` and
8
+
`altrep =`, respectively, in v1.2.0 (2020-01-13). Also applies to
9
+
`vroom_fwf(altrep_opts =)` and `vroom_lines(altrep_opts =)` (#575).
10
+
3
11
* Columns specified as having type "number" (requested via `col_number()` or `"number"` or `'n'`) or "skip" (requested via `col_skip()` or `"skip"` or `_` or `-`) now work in the case where 0 rows of data are parsed (#427, #540, #548).
0 commit comments