diff --git a/docs/r/news/index.html b/docs/r/news/index.html index a7949c1b439..b6340a31ba5 100644 --- a/docs/r/news/index.html +++ b/docs/r/news/index.html @@ -73,7 +73,24 @@
CRAN release: 2026-04-29
+dplyr::when_any() and dplyr::when_all() helper bindings (#49535).dplyr::filter_out() binding (@larry77, #49256).dplyr::recode_values(), dplyr::replace_values(), and dplyr::replace_when() bindings (#49536).write_dataset() gains a preserve_order argument to preserve row ordering within partitions (@marberts, #49343).POSIXct objects with integer storage (as created by as.POSIXct(NULL) in R 4.5.2+) are now correctly mapped to timestamp type instead of integer (#49619).all.equal() S3 method is now correctly registered (@MichaelChirico, #49481).