From 458568780fc32020ab7b39bcc1dd78ee352c13ac Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 21 Nov 2024 10:16:07 +0100 Subject: [PATCH] move news item --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4420174f9..663efa310 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,6 +19,9 @@ CHANGES * `data_read()` no longer shows warning about forthcoming breaking changes in upstream packages when reading `.RData` files. +* `data_modify()` now recognizes `n()`, for example to create an index for data groups + with `1:n()` (#535). + BUG FIXES * `describe_distribution()` no longer errors if the sample was too sparse to compute @@ -70,9 +73,6 @@ CHANGES are CRAN errors occurring when building vignettes on macOS and we couldn't determine the cause after multiple patch releases (#534). -* `data_modify()` now recognizes `n()`, for example to create an index for data groups - with `1:n()` (#535). - # datawizard 0.12.2 * Remove `htmltools` from `Suggests` in an attempt of fixing an error in CRAN