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 5618541f update documentation for tag main 5618541f is described below commit 5618541f71fcb13d67c3b94f0638499471464b6c Author: GitHub Actions <acti...@github.com> AuthorDate: Thu Mar 21 23:30:56 2024 +0000 update documentation for tag main --- main/r/pkgdown.yml | 2 +- main/r/reference/convert_array.html | 2 +- main/r/reference/infer_nanoarrow_ptype.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml index 72260fcd..0ebb0dff 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: 2024-03-21T19:02Z +last_built: 2024-03-21T23:30Z diff --git a/main/r/reference/convert_array.html b/main/r/reference/convert_array.html index df35210d..83560bc7 100644 --- a/main/r/reference/convert_array.html +++ b/main/r/reference/convert_array.html @@ -110,7 +110,7 @@ in chunks can have dictionaries that contain different levels. Use <code>convert_array(array, factor(levels = c(...)))</code> to materialize an array into a vector with known levels.</p></li> <li><p><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">Date</a>: Only the date32 type can be converted to an R Date vector.</p></li> -<li><p><code><a href="https://rdrr.io/pkg/hms/man/hms.html" class="external-link">hms::hms()</a></code>: Time32 and time64 types can be converted to <code><a href="https://rdrr.io/pkg/hms/man/hms.html" class="external-link">hms::hms()</a></code>.</p></li> +<li><p><code><a href="https://hms.tidyverse.org/reference/hms.html" class="external-link">hms::hms()</a></code>: Time32 and time64 types can be converted to <code><a href="https://hms.tidyverse.org/reference/hms.html" class="external-link">hms::hms()</a></code>.</p></li> <li><p><code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">difftime()</a></code>: Time32, time64, and duration types can be converted to R <code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">difftime()</a></code> vectors. The value is converted to match the <code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">units()</a></code> attribute of <code>to</code>.</p></li> diff --git a/main/r/reference/infer_nanoarrow_ptype.html b/main/r/reference/infer_nanoarrow_ptype.html index e6b040c5..704515bf 100644 --- a/main/r/reference/infer_nanoarrow_ptype.html +++ b/main/r/reference/infer_nanoarrow_ptype.html @@ -83,7 +83,7 @@ the array should be materialized.</p> <li><p>struct to <code><a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame()</a></code></p></li> <li><p>binary and large binary to <code><a href="https://blob.tidyverse.org/reference/blob.html" class="external-link">blob::blob()</a></code></p></li> <li><p>list, large_list, and fixed_size_list to <code><a href="https://vctrs.r-lib.org/reference/list_of.html" class="external-link">vctrs::list_of()</a></code></p></li> -<li><p>time32 and time64 to <code><a href="https://rdrr.io/pkg/hms/man/hms.html" class="external-link">hms::hms()</a></code></p></li> +<li><p>time32 and time64 to <code><a href="https://hms.tidyverse.org/reference/hms.html" class="external-link">hms::hms()</a></code></p></li> <li><p>duration to <code><a href="https://rdrr.io/r/base/difftime.html" class="external-link">difftime()</a></code></p></li> <li><p>date32 to <code><a href="https://rdrr.io/r/base/as.Date.html" class="external-link">as.Date()</a></code></p></li> <li><p>timestamp to <code><a href="https://rdrr.io/r/base/as.POSIXlt.html" class="external-link">as.POSIXct()</a></code></p></li>