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 e7a77461 update documentation for tag main
e7a77461 is described below
commit e7a7746164c3d149f51f89688b3f4c0531d6df8e
Author: GitHub Actions <[email protected]>
AuthorDate: Wed Aug 5 18:57:19 2026 +0000
update documentation for tag main
---
main/.doctrees/environment.pickle | Bin 1172121 -> 1172121
bytes
main/r/404.html | 2 +-
main/r/LICENSE.html | 2 +-
main/r/authors.html | 6 +++---
main/r/authors.md | 4 ++--
main/r/index.html | 2 +-
main/r/news/index.html | 7 ++++++-
main/r/news/index.md | 9 +++++++++
main/r/pkgdown.yml | 2 +-
main/r/reference/array_stream_set_finalizer.html | 2 +-
main/r/reference/as_nanoarrow_array.html | 2 +-
main/r/reference/as_nanoarrow_array_stream.html | 2 +-
main/r/reference/as_nanoarrow_buffer.html | 2 +-
main/r/reference/as_nanoarrow_schema.html | 2 +-
.../as_nanoarrow_schema.python.builtin.object.html | 2 +-
main/r/reference/as_nanoarrow_vctr.html | 2 +-
main/r/reference/basic_array_stream.html | 2 +-
main/r/reference/convert_array.html | 2 +-
main/r/reference/convert_array_stream.html | 2 +-
main/r/reference/example_ipc_stream.html | 2 +-
main/r/reference/index.html | 2 +-
main/r/reference/infer_nanoarrow_ptype.html | 2 +-
.../reference/infer_nanoarrow_ptype_extension.html | 2 +-
main/r/reference/na_type.html | 2 +-
main/r/reference/na_vctrs.html | 2 +-
main/r/reference/nanoarrow-package.html | 2 +-
main/r/reference/nanoarrow_array_init.html | 2 +-
main/r/reference/nanoarrow_buffer_init.html | 2 +-
main/r/reference/nanoarrow_extension_array.html | 2 +-
main/r/reference/nanoarrow_extension_spec.html | 2 +-
main/r/reference/nanoarrow_pointer_is_valid.html | 2 +-
main/r/reference/nanoarrow_version.html | 4 ++--
main/r/reference/nanoarrow_version.md | 2 +-
main/r/reference/read_nanoarrow.html | 2 +-
main/r/search.json | 2 +-
35 files changed, 51 insertions(+), 37 deletions(-)
diff --git a/main/.doctrees/environment.pickle
b/main/.doctrees/environment.pickle
index abab1244..d5f1f6da 100644
Binary files a/main/.doctrees/environment.pickle and
b/main/.doctrees/environment.pickle differ
diff --git a/main/r/404.html b/main/r/404.html
index f1294d00..8b52d3d7 100644
--- a/main/r/404.html
+++ b/main/r/404.html
@@ -19,7 +19,7 @@
<a class="navbar-brand me-2" href="index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/LICENSE.html b/main/r/LICENSE.html
index 49504626..5b7f1224 100644
--- a/main/r/LICENSE.html
+++ b/main/r/LICENSE.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/authors.html b/main/r/authors.html
index 2f37cc34..fc96c146 100644
--- a/main/r/authors.html
+++ b/main/r/authors.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
@@ -54,13 +54,13 @@
<p>Dunnington D, Apache Arrow (2026).
<em>nanoarrow: Interface to the 'nanoarrow' 'C' Library</em>.
-R package version 0.8.0.9000, <a
href="https://arrow.apache.org/nanoarrow/latest/r/"
class="external-link">https://arrow.apache.org/nanoarrow/latest/r/</a>.
+R package version 0.9.0.9000, <a
href="https://arrow.apache.org/nanoarrow/latest/r/"
class="external-link">https://arrow.apache.org/nanoarrow/latest/r/</a>.
</p>
<pre>@Manual{,
title = {nanoarrow: Interface to the 'nanoarrow' 'C' Library},
author = {Dewey Dunnington and {Apache Arrow}},
year = {2026},
- note = {R package version 0.8.0.9000},
+ note = {R package version 0.9.0.9000},
url = {https://arrow.apache.org/nanoarrow/latest/r/},
}</pre>
</div>
diff --git a/main/r/authors.md b/main/r/authors.md
index 708c427c..34549f10 100644
--- a/main/r/authors.md
+++ b/main/r/authors.md
@@ -15,13 +15,13 @@ Source:
[`DESCRIPTION`](https://github.com/apache/arrow-nanoarrow/blob/main/r/DESCRIPTION)
Dunnington D, Apache Arrow (2026). *nanoarrow: Interface to the
-'nanoarrow' 'C' Library*. R package version 0.8.0.9000,
+'nanoarrow' 'C' Library*. R package version 0.9.0.9000,
<https://arrow.apache.org/nanoarrow/latest/r/>.
@Manual{,
title = {nanoarrow: Interface to the 'nanoarrow' 'C' Library},
author = {Dewey Dunnington and {Apache Arrow}},
year = {2026},
- note = {R package version 0.8.0.9000},
+ note = {R package version 0.9.0.9000},
url = {https://arrow.apache.org/nanoarrow/latest/r/},
}
diff --git a/main/r/index.html b/main/r/index.html
index e59ac338..d0ec96e2 100644
--- a/main/r/index.html
+++ b/main/r/index.html
@@ -21,7 +21,7 @@
<a class="navbar-brand me-2" href="index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/news/index.html b/main/r/news/index.html
index 8c65aacf..4a6ca522 100644
--- a/main/r/news/index.html
+++ b/main/r/news/index.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
@@ -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.9.0" id="nanoarrow-090">nanoarrow
0.9.0<a class="anchor" aria-label="anchor" href="#nanoarrow-090"></a></h2><p
class="text-muted">CRAN release: 2026-08-04</p>
+<ul><li>Add dictionary support for IPC read (<a
href="https://github.com/apache/arrow-nanoarrow/issues/861"
class="external-link">#861</a>)</li>
+<li>Add LZ4 compression support for IPC read (<a
href="https://github.com/apache/arrow-nanoarrow/issues/916"
class="external-link">#916</a>)</li>
+</ul></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>
diff --git a/main/r/news/index.md b/main/r/news/index.md
index b4d1b7aa..326bc116 100644
--- a/main/r/news/index.md
+++ b/main/r/news/index.md
@@ -1,5 +1,14 @@
# Changelog
+## nanoarrow 0.9.0
+
+CRAN release: 2026-08-04
+
+- Add dictionary support for IPC read
+ ([\#861](https://github.com/apache/arrow-nanoarrow/issues/861))
+- Add LZ4 compression support for IPC read
+ ([\#916](https://github.com/apache/arrow-nanoarrow/issues/916))
+
## nanoarrow 0.8.0-1
CRAN release: 2026-06-04
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index c951681f..6e82c671 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-31T13:26Z
+last_built: 2026-08-05T18:52Z
diff --git a/main/r/reference/array_stream_set_finalizer.html
b/main/r/reference/array_stream_set_finalizer.html
index 2b2c993c..f5d766e3 100644
--- a/main/r/reference/array_stream_set_finalizer.html
+++ b/main/r/reference/array_stream_set_finalizer.html
@@ -23,7 +23,7 @@ is run."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_array.html
b/main/r/reference/as_nanoarrow_array.html
index dfe44702..44a04b2a 100644
--- a/main/r/reference/as_nanoarrow_array.html
+++ b/main/r/reference/as_nanoarrow_array.html
@@ -17,7 +17,7 @@ are represented identically."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_array_stream.html
b/main/r/reference/as_nanoarrow_array_stream.html
index c10c3ed3..489dc1fd 100644
--- a/main/r/reference/as_nanoarrow_array_stream.html
+++ b/main/r/reference/as_nanoarrow_array_stream.html
@@ -23,7 +23,7 @@ reference and not by value."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_buffer.html
b/main/r/reference/as_nanoarrow_buffer.html
index 9f356d7b..9eac3339 100644
--- a/main/r/reference/as_nanoarrow_buffer.html
+++ b/main/r/reference/as_nanoarrow_buffer.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_schema.html
b/main/r/reference/as_nanoarrow_schema.html
index e1e2c989..6808d4d6 100644
--- a/main/r/reference/as_nanoarrow_schema.html
+++ b/main/r/reference/as_nanoarrow_schema.html
@@ -15,7 +15,7 @@ are represented identically."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_schema.python.builtin.object.html
b/main/r/reference/as_nanoarrow_schema.python.builtin.object.html
index 8c0a1354..ae9941c3 100644
--- a/main/r/reference/as_nanoarrow_schema.python.builtin.object.html
+++ b/main/r/reference/as_nanoarrow_schema.python.builtin.object.html
@@ -19,7 +19,7 @@ an object implementing the Arrow PyCapsule
protocol."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/as_nanoarrow_vctr.html
b/main/r/reference/as_nanoarrow_vctr.html
index 97c6626a..ced0256f 100644
--- a/main/r/reference/as_nanoarrow_vctr.html
+++ b/main/r/reference/as_nanoarrow_vctr.html
@@ -19,7 +19,7 @@ copying the underlying arrays."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/basic_array_stream.html
b/main/r/reference/basic_array_stream.html
index 03d7ac1b..069bcc22 100644
--- a/main/r/reference/basic_array_stream.html
+++ b/main/r/reference/basic_array_stream.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/convert_array.html
b/main/r/reference/convert_array.html
index a660ac6f..2dae2f72 100644
--- a/main/r/reference/convert_array.html
+++ b/main/r/reference/convert_array.html
@@ -15,7 +15,7 @@ custom vector types."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/convert_array_stream.html
b/main/r/reference/convert_array_stream.html
index 7d322466..42a5e183 100644
--- a/main/r/reference/convert_array_stream.html
+++ b/main/r/reference/convert_array_stream.html
@@ -15,7 +15,7 @@ default inferences of to."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/example_ipc_stream.html
b/main/r/reference/example_ipc_stream.html
index 1fbd9480..775cfc98 100644
--- a/main/r/reference/example_ipc_stream.html
+++ b/main/r/reference/example_ipc_stream.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/index.html b/main/r/reference/index.html
index 21c1ac9f..81146784 100644
--- a/main/r/reference/index.html
+++ b/main/r/reference/index.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/infer_nanoarrow_ptype.html
b/main/r/reference/infer_nanoarrow_ptype.html
index 5e47bcea..c759add2 100644
--- a/main/r/reference/infer_nanoarrow_ptype.html
+++ b/main/r/reference/infer_nanoarrow_ptype.html
@@ -9,7 +9,7 @@ convert_array_stream(). The default conversions
are:"></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/infer_nanoarrow_ptype_extension.html
b/main/r/reference/infer_nanoarrow_ptype_extension.html
index 9ecf56b1..bc0bfc83 100644
--- a/main/r/reference/infer_nanoarrow_ptype_extension.html
+++ b/main/r/reference/infer_nanoarrow_ptype_extension.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/na_type.html b/main/r/reference/na_type.html
index 23ccac6c..aca210d5 100644
--- a/main/r/reference/na_type.html
+++ b/main/r/reference/na_type.html
@@ -15,7 +15,7 @@ prints/is returned by nanoarrow_schema_parse()."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/na_vctrs.html b/main/r/reference/na_vctrs.html
index 43cc290f..3bd0e1f8 100644
--- a/main/r/reference/na_vctrs.html
+++ b/main/r/reference/na_vctrs.html
@@ -15,7 +15,7 @@ as_nanoarrow_array() and convert_array() to ensure roundtrip
fidelity."></head><
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow-package.html
b/main/r/reference/nanoarrow-package.html
index cc7afc67..d9735195 100644
--- a/main/r/reference/nanoarrow-package.html
+++ b/main/r/reference/nanoarrow-package.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_array_init.html
b/main/r/reference/nanoarrow_array_init.html
index 9b46de9e..46125c7a 100644
--- a/main/r/reference/nanoarrow_array_init.html
+++ b/main/r/reference/nanoarrow_array_init.html
@@ -21,7 +21,7 @@ $&lt;- operator, which can modify one parameter at a
time."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_buffer_init.html
b/main/r/reference/nanoarrow_buffer_init.html
index 80d85a38..7d713343 100644
--- a/main/r/reference/nanoarrow_buffer_init.html
+++ b/main/r/reference/nanoarrow_buffer_init.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_extension_array.html
b/main/r/reference/nanoarrow_extension_array.html
index 71c53c20..7fe02127 100644
--- a/main/r/reference/nanoarrow_extension_array.html
+++ b/main/r/reference/nanoarrow_extension_array.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_extension_spec.html
b/main/r/reference/nanoarrow_extension_spec.html
index 1e0cbe1e..5511d083 100644
--- a/main/r/reference/nanoarrow_extension_spec.html
+++ b/main/r/reference/nanoarrow_extension_spec.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_pointer_is_valid.html
b/main/r/reference/nanoarrow_pointer_is_valid.html
index d17d44df..7573982a 100644
--- a/main/r/reference/nanoarrow_pointer_is_valid.html
+++ b/main/r/reference/nanoarrow_pointer_is_valid.html
@@ -21,7 +21,7 @@ non-null."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/reference/nanoarrow_version.html
b/main/r/reference/nanoarrow_version.html
index 52da1074..17afd741 100644
--- a/main/r/reference/nanoarrow_version.html
+++ b/main/r/reference/nanoarrow_version.html
@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
@@ -64,7 +64,7 @@ was compiled against.</p>
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor"
href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="fu">nanoarrow_version</span><span
class="op">(</span><span class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> [1]
"0.9.0-SNAPSHOT"</span>
+<span class="r-out co"><span class="r-pr">#></span> [1]
"0.10.0-SNAPSHOT"</span>
<span class="r-in"><span><span class="fu">nanoarrow_with_zstd</span><span
class="op">(</span><span class="op">)</span></span></span>
<span class="r-out co"><span class="r-pr">#></span> [1] TRUE</span>
<span class="r-in"><span><span class="fu">nanoarrow_with_lz4</span><span
class="op">(</span><span class="op">)</span></span></span>
diff --git a/main/r/reference/nanoarrow_version.md
b/main/r/reference/nanoarrow_version.md
index 44a284a1..e5d8388f 100644
--- a/main/r/reference/nanoarrow_version.md
+++ b/main/r/reference/nanoarrow_version.md
@@ -27,7 +27,7 @@ against.
``` r
nanoarrow_version()
-#> [1] "0.9.0-SNAPSHOT"
+#> [1] "0.10.0-SNAPSHOT"
nanoarrow_with_zstd()
#> [1] TRUE
nanoarrow_with_lz4()
diff --git a/main/r/reference/read_nanoarrow.html
b/main/r/reference/read_nanoarrow.html
index b4e210bc..5590bfe2 100644
--- a/main/r/reference/read_nanoarrow.html
+++ b/main/r/reference/read_nanoarrow.html
@@ -17,7 +17,7 @@ a CSV file that does a better job maintaining
types."></head><body>
<a class="navbar-brand me-2" href="../index.html">nanoarrow</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.8.0.9000</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="">0.9.0.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false"
aria-label="Toggle navigation">
diff --git a/main/r/search.json b/main/r/search.json
index 651d2e7c..743087ed 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 [...]