amoeba commented on code in PR #781:
URL: https://github.com/apache/arrow-site/pull/781#discussion_r3165494023
##########
docs/r/news/index.html:
##########
@@ -73,7 +73,28 @@ <h1>Changelog</h1>
</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"
class="external-link">#49536</a>).</li>
+<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 class="section level3">
+<h3 id="installation-24-0-0">Installation<a class="anchor" aria-label="anchor"
href="#installation-24-0-0"></a></h3>
+<ul><li>arm64 (aarch64) Linux binaries are now available (<a
href="https://github.com/apache/arrow/issues/48574"
class="external-link">#48574</a>).</li>
Review Comment:
@thisisnic what do you think about manually removing this line item in this
PR? I accidentally shipped it with the CRAN tarball but since the binaries
won't be available until the next release we might want to remove it here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]