Skip to content

Commit f84976c

Browse files
committed
NEWS bullet
1 parent 8f258ea commit f84976c

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

NEWS.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,60 @@
101101
In particular, when called with empty inputs `if_any()` returns `FALSE` and
102102
`if_all()` returns `TRUE` (#7059, @jrwinget).
103103

104+
## Lifecycle changes
105+
106+
### Breaking changes
107+
108+
* The following were already deprecated, and are now defunct:
109+
110+
* `combine()`
111+
112+
* `src_mysql()`, `src_postgres()`, `src_sqlite()`, `src_local()`, and `src_df()`
113+
114+
* `tbl_df()`, `as.tbl()`, and `add_rownames()`
115+
116+
* The `.drop` argument of `add_count()`
117+
118+
* The `add` argument of `group_by()` and `group_by_prepare()`. The `.add` argument is used instead.
119+
120+
* The `.dots` argument of `group_by()` and `group_by_prepare()`
121+
122+
* The `...` argument of `group_keys()` and `group_indices()`
123+
124+
* The `keep` argument of `group_map()`, `group_modify()`, and `group_split()`
125+
126+
* `multiple = NULL / "error" / "warning"` in joins
127+
128+
* The `vars` argument of `group_cols()`
129+
130+
### Newly deprecated
131+
132+
* The following were already deprecated, and now warn unconditionally if used:
133+
134+
* `all_equal()`
135+
136+
* `progress_estimated()`
137+
138+
* `filter()` with a 1 column matrix
139+
140+
* `slice()` with a 1 column matrix
141+
142+
* Not supplying the `.cols` argument of `across()`
143+
144+
* `group_indices()` with no arguments
145+
146+
* The following were already soft-deprecated, and now warn unconditionally once per session if used:
147+
148+
* `cur_data()` and `cur_data_all()`
149+
150+
* The `...` argument of `across()`
151+
152+
* Using `by = character()` to perform a cross join
153+
154+
### Newly stable
155+
156+
* `.by` has moved from experimental to stable (#7762).
157+
104158
# dplyr 1.1.4
105159

106160
* `join_by()` now allows its helper functions to be namespaced with `dplyr::`,

0 commit comments

Comments
 (0)