This is an automated email from the ASF dual-hosted git repository.
kou 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 75091b76ba0 [R] Add missing section to R package changelog for 13.0.0
(#397)
75091b76ba0 is described below
commit 75091b76ba0a55543b3076b83a119bf076ce1240
Author: Nic Crane <[email protected]>
AuthorDate: Fri Sep 8 02:38:40 2023 +0100
[R] Add missing section to R package changelog for 13.0.0 (#397)
A [PR to the arrow repo added a missing section to the R package
changelog](https://github.com/apache/arrow/pull/37326), but it was after
the docs for the release were generated here; this PR adds the missing
section.
---
docs/r/news/index.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/r/news/index.html b/docs/r/news/index.html
index 96749d56085..b0d9501399f 100644
--- a/docs/r/news/index.html
+++ b/docs/r/news/index.html
@@ -87,7 +87,11 @@
</div>
<div class="section level2">
-<h2 class="pkg-version" data-toc-text="13.0.0" id="arrow-1300">arrow 13.0.0<a
class="anchor" aria-label="anchor" href="#arrow-1300"></a></h2>
+<h2 class="pkg-version" data-toc-text="13.0.0" id="arrow-1300">arrow 13.0.0<a
class="anchor" aria-label="anchor" href="#arrow-1300"></a></h2><p
class="text-muted">CRAN release: 2023-08-30</p>
+<div class="section level3">
+<h3 id="breaking-changes-13-0-0">Breaking changes<a class="anchor"
aria-label="anchor" href="#breaking-changes-13-0-0"></a></h3>
+<ul><li>Input objects which inherit only from <code>data.frame</code> and no
other classes now have the <code>class</code> attribute dropped, resulting in
now always returning tibbles from file reading functions and <code><a
href="../reference/table.html">arrow_table()</a></code>, which results in
consistency in the type of returned objects. Calling <code><a
href="https://rdrr.io/r/base/as.data.frame.html"
class="external-link">as.data.frame()</a></code> on Arrow Tabular objects now
alwa [...]
+</ul></div>
<div class="section level3">
<h3 id="new-features-13-0-0">New features<a class="anchor" aria-label="anchor"
href="#new-features-13-0-0"></a></h3>
<ul><li>