This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8ac782da8a4 Updating dev docs (build )
8ac782da8a4 is described below

commit 8ac782da8a4f7d7d5bc90b08929aec269235afca
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 01:07:03 2026 +0000

    Updating dev docs (build )
---
 docs/dev/.buildinfo                 | 2 +-
 docs/dev/r/pkgdown.yml              | 2 +-
 docs/dev/r/reference/to_arrow.html  | 6 +++---
 docs/dev/r/reference/to_arrow.md    | 6 +++---
 docs/dev/r/reference/to_duckdb.html | 8 ++++----
 docs/dev/r/reference/to_duckdb.md   | 8 ++++----
 docs/dev/r/search.json              | 2 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/docs/dev/.buildinfo b/docs/dev/.buildinfo
index 6f58f11b92b..2d321b07b9b 100644
--- a/docs/dev/.buildinfo
+++ b/docs/dev/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: bb8ed38e9828fcafa298a49d317355d3
+config: 89ea2571ae3f145674fb17f7edf86be2
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/dev/r/pkgdown.yml b/docs/dev/r/pkgdown.yml
index d9147e0a78b..b602a3e125b 100644
--- a/docs/dev/r/pkgdown.yml
+++ b/docs/dev/r/pkgdown.yml
@@ -22,7 +22,7 @@ articles:
   read_write: read_write.html
   developers/setup: developers/setup.html
   developers/workflow: developers/workflow.html
-last_built: 2026-05-08T01:39Z
+last_built: 2026-05-09T02:13Z
 urls:
   reference: https://arrow.apache.org/docs/r/reference
   article: https://arrow.apache.org/docs/r/articles
diff --git a/docs/dev/r/reference/to_arrow.html 
b/docs/dev/r/reference/to_arrow.html
index aae6a73749b..1051772fc2a 100644
--- a/docs/dev/r/reference/to_arrow.html
+++ b/docs/dev/r/reference/to_arrow.html
@@ -121,9 +121,9 @@ result to materialize the entire Table in-memory.</p>
 <span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#949494;"># A tibble: 3 x 2</span></span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>     cyl mean_mpg</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   <span style="color: 
#949494; font-style: italic;">&lt;dbl&gt;</span>    <span style="color: 
#949494; font-style: italic;">&lt;dbl&gt;</span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">1</span>     4     23.7</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">2</span>     6     19.7</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">3</span>     8     15.1</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">1</span>     6     19.7</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">2</span>     8     15.1</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">3</span>     4     23.7</span>
 </code></pre></div>
     </div>
   </main><aside class="col-md-3"><nav id="toc" aria-label="Table of 
contents"><h2>On this page</h2>
diff --git a/docs/dev/r/reference/to_arrow.md b/docs/dev/r/reference/to_arrow.md
index 0644824ea7e..27d4079162a 100644
--- a/docs/dev/r/reference/to_arrow.md
+++ b/docs/dev/r/reference/to_arrow.md
@@ -48,7 +48,7 @@ ds |>
 #> # A tibble: 3 x 2
 #>     cyl mean_mpg
 #>   <dbl>    <dbl>
-#> 1     4     23.7
-#> 2     6     19.7
-#> 3     8     15.1
+#> 1     6     19.7
+#> 2     8     15.1
+#> 3     4     23.7
 ```
diff --git a/docs/dev/r/reference/to_duckdb.html 
b/docs/dev/r/reference/to_duckdb.html
index 2ee64884e74..82d425a5c93 100644
--- a/docs/dev/r/reference/to_duckdb.html
+++ b/docs/dev/r/reference/to_duckdb.html
@@ -145,10 +145,10 @@ using them.</p>
 <span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#949494;"># Groups:   cyl</span></span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>     mpg   cyl  disp    
hp  drat    wt  qsec    vs    am  gear  carb</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   <span style="color: 
#949494; font-style: italic;">&lt;dbl&gt;</span> <span style="color: #949494; 
font-style: italic;">&lt;dbl&gt;</span> <span style="color: #949494; 
font-style: italic;">&lt;dbl&gt;</span> <span style="color: #949494; 
font-style: italic;">&lt;dbl&gt;</span> <span style="color: #949494; 
font-style: italic;">&lt;dbl&gt;</span> <span style="color: #949494; 
font-style: italic;">&lt;dbl&gt;</span> <span style="color: # [...]
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">1</span>  16.4     8  276.   180  3.07  4.07  17.4     0     0     3  
   3</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">2</span>  17.3     8  276.   180  3.07  3.73  17.6     0     0     3  
   3</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">3</span>  15.2     8  276.   180  3.07  3.78  18       0     0     3  
   3</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">4</span>  19.7     6  145    175  3.62  2.77  15.5     0     1     5  
   6</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">1</span>  19.7     6  145    175  3.62  2.77  15.5     0     1     5  
   6</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">2</span>  16.4     8  276.   180  3.07  4.07  17.4     0     0     3  
   3</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">3</span>  17.3     8  276.   180  3.07  3.73  17.6     0     0     3  
   3</span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">4</span>  15.2     8  276.   180  3.07  3.78  18       0     0     3  
   3</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: 
#BCBCBC;">5</span>  27.3     4   79     66  4.08  1.94  18.9     1     1     4  
   1</span>
 </code></pre></div>
     </div>
diff --git a/docs/dev/r/reference/to_duckdb.md 
b/docs/dev/r/reference/to_duckdb.md
index 16d805bd65a..6894b86d749 100644
--- a/docs/dev/r/reference/to_duckdb.md
+++ b/docs/dev/r/reference/to_duckdb.md
@@ -70,9 +70,9 @@ ds |>
 #> # Groups:   cyl
 #>     mpg   cyl  disp    hp  drat    wt  qsec    vs    am  gear  carb
 #>   <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
-#> 1  16.4     8  276.   180  3.07  4.07  17.4     0     0     3     3
-#> 2  17.3     8  276.   180  3.07  3.73  17.6     0     0     3     3
-#> 3  15.2     8  276.   180  3.07  3.78  18       0     0     3     3
-#> 4  19.7     6  145    175  3.62  2.77  15.5     0     1     5     6
+#> 1  19.7     6  145    175  3.62  2.77  15.5     0     1     5     6
+#> 2  16.4     8  276.   180  3.07  4.07  17.4     0     0     3     3
+#> 3  17.3     8  276.   180  3.07  3.73  17.6     0     0     3     3
+#> 4  15.2     8  276.   180  3.07  3.78  18       0     0     3     3
 #> 5  27.3     4   79     66  4.08  1.94  18.9     1     1     4     1
 ```
diff --git a/docs/dev/r/search.json b/docs/dev/r/search.json
index 672035fa872..4605abd545d 100644
--- a/docs/dev/r/search.json
+++ b/docs/dev/r/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/docs/r/PACKAGING.html","id":null,"dir":"","previous_headings":"","what":"Packaging
 Checklist for CRAN Release","title":"Packaging Checklist for CRAN 
Release","text":"high-level overview Arrow release process see Apache Arrow 
Release Management 
Guide.","code":""},{"path":"https://arrow.apache.org/docs/r/PACKAGING.html","id":"before-the-arrow-release-candidate-is-created","dir":"","previous_headings":"","what":"Before
 the Arrow Release Candidate Is Create [...]
+[{"path":"https://arrow.apache.org/docs/r/PACKAGING.html","id":null,"dir":"","previous_headings":"","what":"Packaging
 Checklist for CRAN Release","title":"Packaging Checklist for CRAN 
Release","text":"high-level overview Arrow release process see Apache Arrow 
Release Management 
Guide.","code":""},{"path":"https://arrow.apache.org/docs/r/PACKAGING.html","id":"before-the-arrow-release-candidate-is-created","dir":"","previous_headings":"","what":"Before
 the Arrow Release Candidate Is Create [...]

Reply via email to