This is an automated email from the ASF dual-hosted git repository.
github-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 69aef527 update documentation for tag main
69aef527 is described below
commit 69aef52715175c0f0e33a8c8d29a54d578396ccb
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Jan 27 21:32:46 2026 +0000
update documentation for tag main
---
main/.doctrees/environment.pickle | Bin 1149644 -> 1149644 bytes
main/r/pkgdown.yml | 2 +-
main/r/reference/convert_array.html | 2 +-
main/r/reference/convert_array.md | 4 ++--
main/r/reference/infer_nanoarrow_ptype.html | 2 +-
main/r/reference/infer_nanoarrow_ptype.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/main/.doctrees/environment.pickle
b/main/.doctrees/environment.pickle
index c120a62c..0426ad1f 100644
Binary files a/main/.doctrees/environment.pickle and
b/main/.doctrees/environment.pickle differ
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 1ce268ea..41cb2c28 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-16T15:26Z
+last_built: 2026-01-27T21:32Z
diff --git a/main/r/reference/convert_array.html
b/main/r/reference/convert_array.html
index 54eeb457..8bf32445 100644
--- a/main/r/reference/convert_array.html
+++ b/main/r/reference/convert_array.html
@@ -112,7 +112,7 @@ converted to <code><a
href="https://vctrs.r-lib.org/reference/list_of.html" clas
<li><p><code><a href="https://rdrr.io/r/base/matrix.html"
class="external-link">matrix()</a></code>: Fixed-size list types can be
converted to
<code>matrix(ptype, ncol = fixed_size)</code>.</p></li>
<li><p><code><a href="https://rdrr.io/r/base/data.frame.html"
class="external-link">data.frame()</a></code>: Struct types can be converted to
<code><a href="https://rdrr.io/r/base/data.frame.html"
class="external-link">data.frame()</a></code>.</p></li>
-<li><p><code><a href="https://vctrs.r-lib.org/reference/unspecified.html"
class="external-link">vctrs::unspecified()</a></code>: Any type can be
converted to <code><a href="https://vctrs.r-lib.org/reference/unspecified.html"
class="external-link">vctrs::unspecified()</a></code>;
+<li><p><code><a
href="https://vctrs.r-lib.org/reference/vctrs-unspecified.html"
class="external-link">vctrs::unspecified()</a></code>: Any type can be
converted to <code><a
href="https://vctrs.r-lib.org/reference/vctrs-unspecified.html"
class="external-link">vctrs::unspecified()</a></code>;
however, a warning will be raised if any non-null values are
encountered.</p></li>
</ul><p>In addition to the above conversions, a null array may be converted to
any
target prototype except <code><a href="https://rdrr.io/r/base/data.frame.html"
class="external-link">data.frame()</a></code>. Extension arrays are currently
diff --git a/main/r/reference/convert_array.md
b/main/r/reference/convert_array.md
index 4f3bb81a..bf88fbe3 100644
--- a/main/r/reference/convert_array.md
+++ b/main/r/reference/convert_array.md
@@ -104,9 +104,9 @@ Conversions are implemented for the following R vector
types:
can be converted to
[`data.frame()`](https://rdrr.io/r/base/data.frame.html).
-- [`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/unspecified.html):
+-
[`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/vctrs-unspecified.html):
Any type can be converted to
- [`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/unspecified.html);
+
[`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/vctrs-unspecified.html);
however, a warning will be raised if any non-null values are
encountered.
diff --git a/main/r/reference/infer_nanoarrow_ptype.html
b/main/r/reference/infer_nanoarrow_ptype.html
index 8a6f20a6..ce60fe64 100644
--- a/main/r/reference/infer_nanoarrow_ptype.html
+++ b/main/r/reference/infer_nanoarrow_ptype.html
@@ -63,7 +63,7 @@ the array should be materialized.</p>
<div class="section level2">
<h2 id="details">Details<a class="anchor" aria-label="anchor"
href="#details"></a></h2>
-<ul><li><p>null to <code><a
href="https://vctrs.r-lib.org/reference/unspecified.html"
class="external-link">vctrs::unspecified()</a></code></p></li>
+<ul><li><p>null to <code><a
href="https://vctrs.r-lib.org/reference/vctrs-unspecified.html"
class="external-link">vctrs::unspecified()</a></code></p></li>
<li><p>boolean to <code><a href="https://rdrr.io/r/base/logical.html"
class="external-link">logical()</a></code></p></li>
<li><p>int8, uint8, int16, uint16, and int13 to <code><a
href="https://rdrr.io/r/base/integer.html"
class="external-link">integer()</a></code></p></li>
<li><p>uint32, int64, uint64, float, and double to <code><a
href="https://rdrr.io/r/base/double.html"
class="external-link">double()</a></code></p></li>
diff --git a/main/r/reference/infer_nanoarrow_ptype.md
b/main/r/reference/infer_nanoarrow_ptype.md
index eb19e465..6dc05a15 100644
--- a/main/r/reference/infer_nanoarrow_ptype.md
+++ b/main/r/reference/infer_nanoarrow_ptype.md
@@ -27,7 +27,7 @@ should be materialized.
## Details
- null to
- [`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/unspecified.html)
+
[`vctrs::unspecified()`](https://vctrs.r-lib.org/reference/vctrs-unspecified.html)
- boolean to [`logical()`](https://rdrr.io/r/base/logical.html)