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 9e52d0e  update documentation for tag dev
9e52d0e is described below

commit 9e52d0e9f934ac390567d00b83086a97627aa8f1
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Mar 9 16:49:36 2023 +0000

    update documentation for tag dev
---
 dev/r/authors.html                             | 8 ++++++--
 dev/r/index.html                               | 5 +++--
 dev/r/pkgdown.yml                              | 2 +-
 dev/r/reference/as_nanoarrow_array.html        | 4 ++--
 dev/r/reference/as_nanoarrow_array_stream.html | 2 +-
 dev/r/reference/as_nanoarrow_buffer.html       | 4 ++--
 dev/r/search.json                              | 2 +-
 7 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/dev/r/authors.html b/dev/r/authors.html
index 413cc09..7367f61 100644
--- a/dev/r/authors.html
+++ b/dev/r/authors.html
@@ -51,6 +51,10 @@
           <p><strong>Apache Arrow</strong>. Author, copyright holder. 
           </p>
         </li>
+        <li>
+          <p><strong>Apache Software Foundation</strong>. Copyright holder. 
+          </p>
+        </li>
       </ul></div>
 
     <div class="section level2 citation">
@@ -58,11 +62,11 @@
       <p><small class="dont-index">Source: <a 
href="https://github.com/apache/arrow-nanoarrow/blob/HEAD/DESCRIPTION"; 
class="external-link"><code>DESCRIPTION</code></a></small></p>
 
       <p>Dunnington D, Apache Arrow (2023).
-<em>nanoarrow: An R Interface to the 'nanoarrow' C Library</em>.
+<em>nanoarrow: Interface to the 'nanoarrow' 'C' Library</em>.
 R package version 0.1.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: An R Interface to the 'nanoarrow' C Library},
+  title = {nanoarrow: Interface to the 'nanoarrow' 'C' Library},
   author = {Dewey Dunnington and {Apache Arrow}},
   year = {2023},
   note = {R package version 0.1.0.9000},
diff --git a/dev/r/index.html b/dev/r/index.html
index 8e7073b..22f9b95 100644
--- a/dev/r/index.html
+++ b/dev/r/index.html
@@ -11,12 +11,12 @@
   to and from R objects are provided alongside helpers to facilitate zero-copy
   data transfer among R bindings to libraries implementing the Arrow C
   data interface.">
-<title>An R Interface to the nanoarrow C Library • nanoarrow</title>
+<title>Interface to the nanoarrow C Library • nanoarrow</title>
 <script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta 
name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 <link href="deps/bootstrap-5.2.2/bootstrap.min.css" rel="stylesheet">
 <script src="deps/bootstrap-5.2.2/bootstrap.bundle.min.js"></script><!-- Font 
Awesome icons --><link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css";
 integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" 
crossorigin="anonymous">
 <link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css";
 integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" 
crossorigin="anonymous">
-<!-- bootstrap-toc --><script 
src="https://cdn.jsdelivr.net/gh/afeld/[email protected]/dist/bootstrap-toc.min.js";
 integrity="sha256-4veVQbu7//Lk5TSmc7YV48MxtMy98e26cf5MrgZYnwo=" 
crossorigin="anonymous"></script><!-- headroom.js --><script 
src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js"; 
integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" 
crossorigin="anonymous"></script><script 
src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.h [...]
+<!-- bootstrap-toc --><script 
src="https://cdn.jsdelivr.net/gh/afeld/[email protected]/dist/bootstrap-toc.min.js";
 integrity="sha256-4veVQbu7//Lk5TSmc7YV48MxtMy98e26cf5MrgZYnwo=" 
crossorigin="anonymous"></script><!-- headroom.js --><script 
src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js"; 
integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" 
crossorigin="anonymous"></script><script 
src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.h [...]
 <meta property="og:description" content="Provides an R interface to the 
nanoarrow C library and the
   Apache Arrow application binary interface. Functions to import and
   export ArrowArray, ArrowSchema, and ArrowArrayStream C structures
@@ -290,6 +290,7 @@
 <ul class="list-unstyled">
 <li>Dewey Dunnington <br><small class="roles"> Author, maintainer </small> <a 
href="https://orcid.org/0000-0002-9415-4582"; target="orcid.widget" 
aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" 
aria-hidden="true"></span></a> </li>
 <li>Apache Arrow <br><small class="roles"> Author, copyright holder </small>  
</li>
+<li><a href="authors.html">More about authors...</a></li>
 </ul>
 </div>
 
diff --git a/dev/r/pkgdown.yml b/dev/r/pkgdown.yml
index 14a6da0..d6b3555 100644
--- a/dev/r/pkgdown.yml
+++ b/dev/r/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 2.19.2
 pkgdown: 2.0.7
 pkgdown_sha: ~
 articles: {}
-last_built: 2023-03-09T15:54Z
+last_built: 2023-03-09T16:49Z
 
diff --git a/dev/r/reference/as_nanoarrow_array.html 
b/dev/r/reference/as_nanoarrow_array.html
index 715c32b..85d5b97 100644
--- a/dev/r/reference/as_nanoarrow_array.html
+++ b/dev/r/reference/as_nanoarrow_array.html
@@ -97,7 +97,7 @@ type. Defaults to <code><a 
href="as_nanoarrow_schema.html">infer_nanoarrow_schem
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ offset    : int 
0</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ buffers   :List of 
2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
:&lt;nanoarrow_buffer_validity[0 b] at (nil)&gt;</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55d3029531c8&gt;</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55c3cb7e4fa8&gt;</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ dictionary: 
NULL</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ children  : 
list()</span>
 <span class="r-in"><span><span class="fu"><a 
href="https://rdrr.io/r/base/vector.html"; 
class="external-link">as.vector</a></span><span class="op">(</span><span 
class="va">array</span><span class="op">)</span></span></span>
@@ -117,7 +117,7 @@ type. Defaults to <code><a 
href="as_nanoarrow_schema.html">infer_nanoarrow_schem
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ offset    : 
int 0</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ buffers   
:List of 2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_validity[0 b] at (nil)&gt;</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55d303020ed8&gt;</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55c3ca423be8&gt;</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ dictionary: 
NULL</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ children  : 
list()</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ dictionary: 
NULL</span>
diff --git a/dev/r/reference/as_nanoarrow_array_stream.html 
b/dev/r/reference/as_nanoarrow_array_stream.html
index ba778e5..8db8f82 100644
--- a/dev/r/reference/as_nanoarrow_array_stream.html
+++ b/dev/r/reference/as_nanoarrow_array_stream.html
@@ -133,7 +133,7 @@ type. Defaults to <code><a 
href="as_nanoarrow_schema.html">infer_nanoarrow_schem
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ offset    : 
int 0</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ buffers   
:List of 2</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_validity[0 b] at (nil)&gt;</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55d30295cc78&gt;</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ 
:&lt;nanoarrow_buffer_data_int32[20 b] at 0x55c3cac9b6a8&gt;</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ dictionary: 
NULL</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ children  : 
list()</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ dictionary: 
NULL</span>
diff --git a/dev/r/reference/as_nanoarrow_buffer.html 
b/dev/r/reference/as_nanoarrow_buffer.html
index 1bef968..7928da1 100644
--- a/dev/r/reference/as_nanoarrow_buffer.html
+++ b/dev/r/reference/as_nanoarrow_buffer.html
@@ -72,12 +72,12 @@
     <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="va">array</span> <span class="op">&lt;-</span> 
<span class="fu"><a 
href="as_nanoarrow_array.html">as_nanoarrow_array</a></span><span 
class="op">(</span><span class="fl">1</span><span class="op">:</span><span 
class="fl">4</span><span class="op">)</span></span></span>
 <span class="r-in"><span><span class="va">array</span><span 
class="op">$</span><span class="va">buffers</span><span 
class="op">[[</span><span class="fl">2</span><span class="op">]</span><span 
class="op">]</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> 
&lt;nanoarrow_buffer_data_int32[16 b] at 0x55d30595e898&gt;</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> 
&lt;nanoarrow_buffer_data_int32[16 b] at 0x55c3cdbc08e8&gt;</span>
 <span class="r-in"><span><span class="fu"><a 
href="https://rdrr.io/r/base/raw.html"; 
class="external-link">as.raw</a></span><span class="op">(</span><span 
class="va">array</span><span class="op">$</span><span 
class="va">buffers</span><span class="op">[[</span><span 
class="fl">2</span><span class="op">]</span><span class="op">]</span><span 
class="op">)</span></span></span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  [1] 01 00 00 00 02 00 
00 00 03 00 00 00 04 00 00 00</span>
 <span class="r-in"><span></span></span>
 <span class="r-in"><span><span class="fu">as_nanoarrow_buffer</span><span 
class="op">(</span><span class="fl">1</span><span class="op">:</span><span 
class="fl">5</span><span class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;nanoarrow_buffer[20 
b] at 0x55d305bc0c98&gt;</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;nanoarrow_buffer[20 
b] at 0x55c3cde98b68&gt;</span>
 <span class="r-in"><span></span></span>
 <span class="r-in"><span><span class="va">buffer</span> <span 
class="op">&lt;-</span> <span class="fu">as_nanoarrow_buffer</span><span 
class="op">(</span><span class="cn">NULL</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span></span></span>
diff --git a/dev/r/search.json b/dev/r/search.json
index 1d4cc10..33a5be7 100644
--- a/dev/r/search.json
+++ b/dev/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  [...]

Reply via email to