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 d2cbd0d update documentation for tag dev
d2cbd0d is described below
commit d2cbd0d65df73b95b177a68213ce02db17a1078e
Author: GitHub Actions <[email protected]>
AuthorDate: Wed Jan 11 16:00:46 2023 +0000
update documentation for tag dev
---
dev/r/index.html | 10 +++++-----
dev/r/pkgdown.yml | 2 +-
dev/r/reference/as_nanoarrow_array.html | 4 ++--
dev/r/reference/as_nanoarrow_array_stream.html | 2 +-
dev/r/search.json | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev/r/index.html b/dev/r/index.html
index 814f9c5..21d10de 100644
--- a/dev/r/index.html
+++ b/dev/r/index.html
@@ -79,7 +79,7 @@
<p>You can install the development version of nanoarrow from <a
href="https://github.com/" class="external-link">GitHub</a> with:</p>
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="co">#
install.packages("remotes")</span></span>
-<span><span class="fu">remotes</span><span class="fu">::</span><span
class="fu">install_github</span><span class="op">(</span><span
class="st">"apache/arrow-nanoarrow/r"</span>, build <span class="op">=</span>
<span class="cn">FALSE</span><span class="op">)</span></span></code></pre></div>
+<span><span class="fu">remotes</span><span class="fu">::</span><span
class="fu">install_github</span><span class="op">(</span><span
class="st">"apache/arrow-nanoarrow/r"</span><span
class="op">)</span></span></code></pre></div>
<p>If you can load the package, you’re good to go!</p>
<div class="sourceCode" id="cb2"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="kw"><a
href="https://rdrr.io/r/base/library.html"
class="external-link">library</a></span><span class="op">(</span><span
class="va"><a href="https://github.com/apache/arrow-nanoarrow"
class="external-link">nanoarrow</a></span><span
class="op">)</span></span></code></pre></div>
@@ -129,7 +129,7 @@
<span><span class="co">#> $ offset : int 0</span></span>
<span><span class="co">#> $ buffers :List of 2</span></span>
<span><span class="co">#> ..$ :<nanoarrow_buffer_validity[0 b] at
0x0></span></span>
-<span><span class="co">#> ..$ :<nanoarrow_buffer_data_int32[20 b] at
0x135d13c28></span></span>
+<span><span class="co">#> ..$ :<nanoarrow_buffer_data_int32[20 b] at
0x10d316a68></span></span>
<span><span class="co">#> $ dictionary: NULL</span></span>
<span><span class="co">#> $ children : list()</span></span>
<span><span class="fu"><a
href="reference/as_nanoarrow_array.html">as_nanoarrow_array</a></span><span
class="op">(</span><span class="fu">arrow</span><span class="fu">::</span><span
class="fu"><a href="https://arrow.apache.org/docs/r/reference/RecordBatch.html"
class="external-link">record_batch</a></span><span class="op">(</span>col1
<span class="op">=</span> <span class="fu"><a
href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span
class="op">(</span><span class=" [...]
@@ -146,7 +146,7 @@
<span><span class="co">#> .. ..$ offset : int 0</span></span>
<span><span class="co">#> .. ..$ buffers :List of 2</span></span>
<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_validity[0 b]
at 0x0></span></span>
-<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x13604f0b8></span></span>
+<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x11e534bb8></span></span>
<span><span class="co">#> .. ..$ dictionary: NULL</span></span>
<span><span class="co">#> .. ..$ children : list()</span></span>
<span><span class="co">#> $ dictionary:
NULL</span></span></code></pre></div>
@@ -206,7 +206,7 @@
<span><span class="co">#> .. ..$ offset : int 0</span></span>
<span><span class="co">#> .. ..$ buffers :List of 2</span></span>
<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_validity[0 b]
at 0x0></span></span>
-<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x136de3538></span></span>
+<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x119c35838></span></span>
<span><span class="co">#> .. ..$ dictionary: NULL</span></span>
<span><span class="co">#> .. ..$ children : list()</span></span>
<span><span class="co">#> $ dictionary: NULL</span></span>
@@ -224,7 +224,7 @@
<span><span class="co">#> .. ..$ offset : int 0</span></span>
<span><span class="co">#> .. ..$ buffers :List of 2</span></span>
<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_validity[0 b]
at 0x0></span></span>
-<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x136de3178></span></span>
+<span><span class="co">#> .. .. ..$ :<nanoarrow_buffer_data_double[16
b] at 0x119c710b8></span></span>
<span><span class="co">#> .. ..$ dictionary: NULL</span></span>
<span><span class="co">#> .. ..$ children : list()</span></span>
<span><span class="co">#> $ dictionary: NULL</span></span>
diff --git a/dev/r/pkgdown.yml b/dev/r/pkgdown.yml
index 63b071b..b2ddf03 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-01-03T21:56Z
+last_built: 2023-01-11T16:00Z
diff --git a/dev/r/reference/as_nanoarrow_array.html
b/dev/r/reference/as_nanoarrow_array.html
index 9b4ce89..b19a3ce 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">#></span> $ offset : int
0</span>
<span class="r-out co"><span class="r-pr">#></span> $ buffers :List of
2</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
:<nanoarrow_buffer_validity[0 b] at (nil)></span>
-<span class="r-out co"><span class="r-pr">#></span> ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x5603022ff438></span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x559a155f0638></span>
<span class="r-out co"><span class="r-pr">#></span> $ dictionary:
NULL</span>
<span class="r-out co"><span class="r-pr">#></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">#></span> .. ..$ offset :
int 0</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ buffers
:List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_validity[0 b] at (nil)></span>
-<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x5603029c28d8></span>
+<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x559a14fac678></span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ dictionary:
NULL</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ children :
list()</span>
<span class="r-out co"><span class="r-pr">#></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 8090fd0..93154af 100644
--- a/dev/r/reference/as_nanoarrow_array_stream.html
+++ b/dev/r/reference/as_nanoarrow_array_stream.html
@@ -134,7 +134,7 @@ type. Defaults to <code><a
href="as_nanoarrow_schema.html">infer_nanoarrow_schem
<span class="r-out co"><span class="r-pr">#></span> .. ..$ offset :
int 0</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ buffers
:List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_validity[0 b] at (nil)></span>
-<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x560302f10258></span>
+<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
:<nanoarrow_buffer_data_int32[20 b] at 0x559a158f53e8></span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ dictionary:
NULL</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ children :
list()</span>
<span class="r-out co"><span class="r-pr">#></span> $ dictionary:
NULL</span>
diff --git a/dev/r/search.json b/dev/r/search.json
index a1fbae3..65bcf81 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 [...]