From f651728649bc92344b9e5ccd03fa1237755049fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 29 Oct 2023 06:04:13 +0100 Subject: [PATCH] news: Add Jan as contributor --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 077ce1690..a5b5d1e0c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,7 +20,7 @@ ## Features -- `copy_dm_to()` now warns unconditionally on unsupported arguments, and fails if `copy_to` is provided (#1944). Use the new `dm_sql()` function as a replacement for `copy_dm_to(copy_to = )` (#1915, #2011). +- `copy_dm_to()` now warns unconditionally on unsupported arguments, and fails if `copy_to` is provided (#1944). Use the new `dm_sql()` function as a replacement for `copy_dm_to(copy_to = )` (#1915, #2011, @jangorecki). - New `json_unnest()` and `json_unpack()`, currently implemented for data frames only (#991, #997). @@ -357,7 +357,7 @@ - `nest_join()` and `pack_join()` support `zoomed_df` objects (#1119, @IndrajeetPatil). -## API +## API - Marked stable functions as stable, in particular `dm()` and related functions (#1032, #1040). @@ -436,7 +436,7 @@ ## Features - New `dm_wrap_tbl()`, `dm_unwrap_tbl()`, `dm_nest_tbl()`, `dm_unnest_tbl()`, `dm_pack_tbl()` and `dm_unpack_tbl()` (#595, #733, #737). -- New `dm_examine_cardinality()` (#264, #735). +- New `dm_examine_cardinality()` (#264, #735). - New `pack_join()` generic and method for data frames, the same to `tidyr::pack()` as `dplyr::nest_join()` is to `tidyr::nest()` (#721, #722). - `dm_pixarfilms()` is exported and gains a `consistent = FALSE` argument; if `TRUE` the data is modified so that all referential constraints are satisfied (#703, #707, #708, @erictleung).