This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/asf-site by this push:
new adb51c7c update documentation for tag main
adb51c7c is described below
commit adb51c7cdef3a29f612ab7185df7c8c76775c27d
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Jul 30 02:41:37 2026 +0000
update documentation for tag main
---
main/.doctrees/environment.pickle | Bin 1172121 -> 1172121 bytes
main/r/news/index.html | 5 +++++
main/r/news/index.md | 9 +++++++++
main/r/pkgdown.yml | 2 +-
main/r/reference/as_nanoarrow_schema.html | 2 +-
main/r/reference/as_nanoarrow_schema.md | 2 +-
main/r/reference/nanoarrow-package.html | 3 ++-
main/r/reference/nanoarrow-package.md | 3 +++
main/r/search.json | 2 +-
9 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/main/.doctrees/environment.pickle
b/main/.doctrees/environment.pickle
index 1885304c..caa96aa8 100644
Binary files a/main/.doctrees/environment.pickle and
b/main/.doctrees/environment.pickle differ
diff --git a/main/r/news/index.html b/main/r/news/index.html
index 67e8d42b..8c65aacf 100644
--- a/main/r/news/index.html
+++ b/main/r/news/index.html
@@ -32,6 +32,11 @@
<small>Source: <a
href="https://github.com/apache/arrow-nanoarrow/blob/main/r/NEWS.md"
class="external-link"><code>NEWS.md</code></a></small>
</div>
+ <div class="section level2">
+<h2 class="pkg-version" data-toc-text="0.8.0-1" id="nanoarrow-080-1">nanoarrow
0.8.0-1<a class="anchor" aria-label="anchor"
href="#nanoarrow-080-1"></a></h2><p class="text-muted">CRAN release:
2026-06-04</p>
+<ul><li>fix: Eliminate warnings for gcc16 and _FORTIFY_SOURCE=3 for snprintf
(<a href="https://github.com/apache/arrow-nanoarrow/issues/892"
class="external-link">#892</a>)</li>
+<li>fix!: Ensure ArrowTypeString never returns NULL to fix warning on gcc (<a
href="https://github.com/apache/arrow-nanoarrow/issues/885"
class="external-link">#885</a>)</li>
+</ul></div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="0.8.0" id="nanoarrow-080">nanoarrow
0.8.0<a class="anchor" aria-label="anchor" href="#nanoarrow-080"></a></h2><p
class="text-muted">CRAN release: 2026-02-10</p>
<ul><li>Add reticulate/Python integration (<a
href="https://github.com/apache/arrow-nanoarrow/issues/817"
class="external-link">#817</a>)</li>
diff --git a/main/r/news/index.md b/main/r/news/index.md
index 203811be..b4d1b7aa 100644
--- a/main/r/news/index.md
+++ b/main/r/news/index.md
@@ -1,5 +1,14 @@
# Changelog
+## nanoarrow 0.8.0-1
+
+CRAN release: 2026-06-04
+
+- fix: Eliminate warnings for gcc16 and \_FORTIFY_SOURCE=3 for snprintf
+ ([\#892](https://github.com/apache/arrow-nanoarrow/issues/892))
+- fix!: Ensure ArrowTypeString never returns NULL to fix warning on gcc
+ ([\#885](https://github.com/apache/arrow-nanoarrow/issues/885))
+
## nanoarrow 0.8.0
CRAN release: 2026-02-10
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 78e15461..1c20cf6f 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.7.0.2
pkgdown: 2.2.1
pkgdown_sha: ~
articles: {}
-last_built: 2026-07-30T02:27Z
+last_built: 2026-07-30T02:41Z
diff --git a/main/r/reference/as_nanoarrow_schema.html
b/main/r/reference/as_nanoarrow_schema.html
index 04fa0a36..e1e2c989 100644
--- a/main/r/reference/as_nanoarrow_schema.html
+++ b/main/r/reference/as_nanoarrow_schema.html
@@ -44,7 +44,7 @@ are represented identically."></head><body>
<div class="ref-description section level2">
<p>In nanoarrow a 'schema' refers to a <code>struct ArrowSchema</code> as
defined in the
Arrow C Data interface. This data structure can be used to represent an
-<code><a href="https://arrow.apache.org/docs/r/reference/schema.html"
class="external-link">arrow::schema()</a></code>, an <code><a
href="https://arrow.apache.org/docs/r/reference/Field-class.html"
class="external-link">arrow::field()</a></code>, or an <code><a
href="https://arrow.apache.org/docs/r/reference/DataType-class.html"
class="external-link">arrow::DataType</a></code>. Note that
+<code><a href="https://arrow.apache.org/docs/r/reference/schema.html"
class="external-link">arrow::schema()</a></code>, an <code><a
href="https://arrow.apache.org/docs/r/reference/Field.html"
class="external-link">arrow::field()</a></code>, or an <code><a
href="https://arrow.apache.org/docs/r/reference/DataType-class.html"
class="external-link">arrow::DataType</a></code>. Note that
in nanoarrow, an <code><a
href="https://arrow.apache.org/docs/r/reference/schema.html"
class="external-link">arrow::schema()</a></code> and a non-nullable <code><a
href="https://arrow.apache.org/docs/r/reference/data-type.html"
class="external-link">arrow::struct()</a></code>
are represented identically.</p>
</div>
diff --git a/main/r/reference/as_nanoarrow_schema.md
b/main/r/reference/as_nanoarrow_schema.md
index f06ce760..33bf58ea 100644
--- a/main/r/reference/as_nanoarrow_schema.md
+++ b/main/r/reference/as_nanoarrow_schema.md
@@ -5,7 +5,7 @@ the Arrow C Data interface. This data structure can be used to
represent
an
[`arrow::schema()`](https://arrow.apache.org/docs/r/reference/schema.html),
an
-[`arrow::field()`](https://arrow.apache.org/docs/r/reference/Field-class.html),
+[`arrow::field()`](https://arrow.apache.org/docs/r/reference/Field.html),
or an
[`arrow::DataType`](https://arrow.apache.org/docs/r/reference/DataType-class.html).
Note that in nanoarrow, an
diff --git a/main/r/reference/nanoarrow-package.html
b/main/r/reference/nanoarrow-package.html
index a1426acf..cc7afc67 100644
--- a/main/r/reference/nanoarrow-package.html
+++ b/main/r/reference/nanoarrow-package.html
@@ -48,7 +48,8 @@
<div class="section level2">
<h2 id="author">Author<a class="anchor" aria-label="anchor"
href="#author"></a></h2>
<p><strong>Maintainer</strong>: Dewey Dunnington <a
href="mailto:[email protected]">[email protected]</a> (<a
href="https://orcid.org/0000-0002-9415-4582"
class="external-link">ORCID</a>)</p>
-<p>Authors:</p><ul><li><p>Apache Arrow <a
href="mailto:[email protected]">[email protected]</a> [copyright
holder]</p></li>
+<p>Authors:</p><ul><li><p>Dewey Dunnington <a
href="mailto:[email protected]">[email protected]</a> (<a
href="https://orcid.org/0000-0002-9415-4582"
class="external-link">ORCID</a>)</p></li>
+<li><p>Apache Arrow <a
href="mailto:[email protected]">[email protected]</a> [copyright
holder]</p></li>
</ul><p>Other contributors:</p><ul><li><p>Apache Software Foundation <a
href="mailto:[email protected]">[email protected]</a> [copyright
holder]</p></li>
</ul></div>
diff --git a/main/r/reference/nanoarrow-package.md
b/main/r/reference/nanoarrow-package.md
index f262d8c4..f083424f 100644
--- a/main/r/reference/nanoarrow-package.md
+++ b/main/r/reference/nanoarrow-package.md
@@ -24,6 +24,9 @@ Useful links:
Authors:
+- Dewey Dunnington <[email protected]>
+ ([ORCID](https://orcid.org/0000-0002-9415-4582))
+
- Apache Arrow <[email protected]> \[copyright holder\]
Other contributors:
diff --git a/main/r/search.json b/main/r/search.json
index 2b896ff9..b9a0a170 100644
--- a/main/r/search.json
+++ b/main/r/search.json
@@ -1 +1 @@
-[{"path":"/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
+[{"path":"/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]