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 39e731f update documentation for tag main
39e731f is described below
commit 39e731f685a5b11b9c43716abaef2d0bf8f90825
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Jan 2 13:09:20 2024 +0000
update documentation for tag main
---
main/genindex.html | 2 +-
main/getting-started.html | 2 +-
main/index.html | 2 +-
main/r/authors.html | 4 ++--
main/r/pkgdown.yml | 2 +-
main/r/reference/as_nanoarrow_schema.html | 4 ++--
main/r/search.json | 2 +-
main/reference/c.html | 2 +-
main/reference/cpp.html | 2 +-
main/reference/device.html | 2 +-
main/reference/index.html | 2 +-
main/reference/ipc.html | 2 +-
main/reference/r.html | 2 +-
main/reference/testing.html | 2 +-
main/roadmap.html | 2 +-
main/search.html | 2 +-
16 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/main/genindex.html b/main/genindex.html
index 4fa4a1d..7ee4ba8 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -1352,7 +1352,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/getting-started.html b/main/getting-started.html
index e239ca4..14c461c 100644
--- a/main/getting-started.html
+++ b/main/getting-started.html
@@ -993,7 +993,7 @@ exposing an Arrow-based API implemented using the nanoarrow
C library.</p>
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/index.html b/main/index.html
index 3ac213b..1cb5f7a 100644
--- a/main/index.html
+++ b/main/index.html
@@ -577,7 +577,7 @@ repository.</p>
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/r/authors.html b/main/r/authors.html
index 00882f8..2db0590 100644
--- a/main/r/authors.html
+++ b/main/r/authors.html
@@ -64,14 +64,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-nanoarrow/blob/main/r/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2023).
+ <p>Dunnington D, Apache Arrow (2024).
<em>nanoarrow: Interface to the 'nanoarrow' 'C' Library</em>.
R package version 0.3.0.9000, <a
href="https://github.com/apache/arrow-nanoarrow"
class="external-link">https://github.com/apache/arrow-nanoarrow</a>.
</p>
<pre>@Manual{,
title = {nanoarrow: Interface to the 'nanoarrow' 'C' Library},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2023},
+ year = {2024},
note = {R package version 0.3.0.9000},
url = {https://github.com/apache/arrow-nanoarrow},
}</pre>
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 3fa260e..d76c253 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 2.9.2.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-12-27T00:53Z
+last_built: 2024-01-02T13:09Z
diff --git a/main/r/reference/as_nanoarrow_schema.html
b/main/r/reference/as_nanoarrow_schema.html
index 36d5296..0612d6a 100644
--- a/main/r/reference/as_nanoarrow_schema.html
+++ b/main/r/reference/as_nanoarrow_schema.html
@@ -56,8 +56,8 @@ are represented identically."><!-- mathjax --><script
src="https://cdnjs.cloudfl
<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-class.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
-in nanoarrow, an <code><a
href="https://arrow.apache.org/docs/r/reference/Schema-class.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>
+<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
+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/search.json b/main/r/search.json
index 4b7c000..4987c60 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":"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 1 9 [...]
+[{"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":"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 1 9 [...]
diff --git a/main/reference/c.html b/main/reference/c.html
index 3b5919f..76d62f9 100644
--- a/main/reference/c.html
+++ b/main/reference/c.html
@@ -2903,7 +2903,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/cpp.html b/main/reference/cpp.html
index 84b6ad6..5e31e14 100644
--- a/main/reference/cpp.html
+++ b/main/reference/cpp.html
@@ -982,7 +982,7 @@ This class allows a standard C++ class to be exported to a
generic <a class="ref
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/device.html b/main/reference/device.html
index 01eec79..887e490 100644
--- a/main/reference/device.html
+++ b/main/reference/device.html
@@ -962,7 +962,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/index.html b/main/reference/index.html
index 96ee7db..085a580 100644
--- a/main/reference/index.html
+++ b/main/reference/index.html
@@ -531,7 +531,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/ipc.html b/main/reference/ipc.html
index 0651a13..c0c4aad 100644
--- a/main/reference/ipc.html
+++ b/main/reference/ipc.html
@@ -1011,7 +1011,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/r.html b/main/reference/r.html
index 8947316..d11b150 100644
--- a/main/reference/r.html
+++ b/main/reference/r.html
@@ -494,7 +494,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/reference/testing.html b/main/reference/testing.html
index ba3c88d..df69997 100644
--- a/main/reference/testing.html
+++ b/main/reference/testing.html
@@ -517,7 +517,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/roadmap.html b/main/roadmap.html
index 08cb090..72646cc 100644
--- a/main/roadmap.html
+++ b/main/roadmap.html
@@ -591,7 +591,7 @@ Python bindings.</p></li>
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>
diff --git a/main/search.html b/main/search.html
index ee6099c..46d04cb 100644
--- a/main/search.html
+++ b/main/search.html
@@ -423,7 +423,7 @@ document.write(`
<p class="copyright">
- © Copyright 2016-2023 Apache Software Foundation.
+ © Copyright 2016-2024 Apache Software Foundation.
<br/>
</p>