This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 083b1cc update documentation for tag dev
083b1cc is described below
commit 083b1ccc6af8a72eb0d8f5203e151d94bb336d1c
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Jul 24 14:40:32 2023 +0000
update documentation for tag dev
---
dev/r/pkgdown.yml | 2 +-
dev/r/reference/as_nanoarrow_array.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/r/pkgdown.yml b/dev/r/pkgdown.yml
index 2acc974..98e914d 100644
--- a/dev/r/pkgdown.yml
+++ b/dev/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-07-24T13:18Z
+last_built: 2023-07-24T14:40Z
diff --git a/dev/r/reference/as_nanoarrow_array.html
b/dev/r/reference/as_nanoarrow_array.html
index 13b32ab..886c317 100644
--- a/dev/r/reference/as_nanoarrow_array.html
+++ b/dev/r/reference/as_nanoarrow_array.html
@@ -59,8 +59,8 @@ are represented identically."><!-- mathjax --><script
src="https://cdnjs.cloudfl
<p>In nanoarrow an 'array' refers to the <code>struct ArrowArray</code>
definition
in the Arrow C data interface. At the R level, we attach a
<a href="as_nanoarrow_schema.html">schema</a> such that functionally the
nanoarrow_array
-class can be used in a similar way as an <a
href="https://arrow.apache.org/docs/r/reference/array.html"
class="external-link">arrow::Array</a>. Note that in
-nanoarrow an <a
href="https://arrow.apache.org/docs/r/reference/RecordBatch.html"
class="external-link">arrow::RecordBatch</a> and a non-nullable <a
href="https://arrow.apache.org/docs/r/reference/array.html"
class="external-link">arrow::StructArray</a>
+class can be used in a similar way as an <code><a
href="https://arrow.apache.org/docs/r/reference/array.html"
class="external-link">arrow::Array</a></code>. Note that in
+nanoarrow an <code><a
href="https://arrow.apache.org/docs/r/reference/RecordBatch.html"
class="external-link">arrow::RecordBatch</a></code> and a non-nullable <code><a
href="https://arrow.apache.org/docs/r/reference/array.html"
class="external-link">arrow::StructArray</a></code>
are represented identically.</p>
</div>