This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a9a5d712035 [Website][R] Update docs/r/news/index.html (#781)
a9a5d712035 is described below
commit a9a5d712035a030e20269152a15e39d9e65fe7d2
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Apr 30 09:18:32 2026 -0700
[Website][R] Update docs/r/news/index.html (#781)
This is a post release step, see
https://github.com/apache/arrow/issues/49685.
I ran `pkgdown::build_news()` from the `maint-24.0.0-r` branch, copied
docs/r/news/index.html to arrow-site/asf-site and staged just the hunk
for the 24.0.0 news item (there were other changes).
---
docs/r/news/index.html | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
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 @@
</div>
<div class="section level2">
-<h2 class="pkg-version" data-toc-text="24.0.0" id="arrow-2400">arrow 24.0.0<a
class="anchor" aria-label="anchor" href="#arrow-2400"></a></h2>
+<h2 class="pkg-version" data-toc-text="24.0.0" id="arrow-2400">arrow 24.0.0<a
class="anchor" aria-label="anchor" href="#arrow-2400"></a></h2><p
class="text-muted">CRAN release: 2026-04-29</p>
+<div class="section level3">
+<h3 id="new-features-24-0-0">New features<a class="anchor" aria-label="anchor"
href="#new-features-24-0-0"></a></h3>
+<ul><li>
+<code><a href="https://dplyr.tidyverse.org/reference/when-any-all.html"
class="external-link">dplyr::when_any()</a></code> and <code><a
href="https://dplyr.tidyverse.org/reference/when-any-all.html"
class="external-link">dplyr::when_all()</a></code> helper bindings (<a
href="https://github.com/apache/arrow/issues/49535"
class="external-link">#49535</a>).</li>
+<li>
+<code><a href="https://dplyr.tidyverse.org/reference/filter.html"
class="external-link">dplyr::filter_out()</a></code> binding (<a
href="https://github.com/larry77" class="external-link">@larry77</a>, <a
href="https://github.com/apache/arrow/issues/49256"
class="external-link">#49256</a>).</li>
+<li>
+<code><a
href="https://dplyr.tidyverse.org/reference/recode-and-replace-values.html"
class="external-link">dplyr::recode_values()</a></code>, <code><a
href="https://dplyr.tidyverse.org/reference/recode-and-replace-values.html"
class="external-link">dplyr::replace_values()</a></code>, and <code><a
href="https://dplyr.tidyverse.org/reference/case-and-replace-when.html"
class="external-link">dplyr::replace_when()</a></code> bindings (<a
href="https://github.com/apache/arrow/issues/49536" cl [...]
+<li>
+<code><a href="../reference/write_dataset.html">write_dataset()</a></code>
gains a <code>preserve_order</code> argument to preserve row ordering within
partitions (<a href="https://github.com/marberts"
class="external-link">@marberts</a>, <a
href="https://github.com/apache/arrow/issues/49343"
class="external-link">#49343</a>).</li>
+</ul></div>
+<div class="section level3">
+<h3 id="minor-improvements-and-fixes-24-0-0">Minor improvements and fixes<a
class="anchor" aria-label="anchor"
href="#minor-improvements-and-fixes-24-0-0"></a></h3>
+<ul><li>Zero-length <code>POSIXct</code> objects with integer storage (as
created by <code>as.POSIXct(NULL)</code> in R 4.5.2+) are now correctly mapped
to timestamp type instead of integer (<a
href="https://github.com/apache/arrow/issues/49619"
class="external-link">#49619</a>).</li>
+<li>
+<code><a href="https://rdrr.io/r/base/all.equal.html"
class="external-link">all.equal()</a></code> S3 method is now correctly
registered (<a href="https://github.com/MichaelChirico"
class="external-link">@MichaelChirico</a>, <a
href="https://github.com/apache/arrow/issues/49481"
class="external-link">#49481</a>).</li>
+</ul></div>
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="23.0.1.2" id="arrow-23012">arrow
23.0.1.2<a class="anchor" aria-label="anchor" href="#arrow-23012"></a></h2><p
class="text-muted">CRAN release: 2026-03-25</p>