@@ -217,12 +217,13 @@ ci()
217217# > <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
218218# > 1 https://code.visualstudio… <chr> 500 Intern… "" "" "" "" /Use…
219219# > html_url_check()
220- # > # A tibble: 3 × 9
220+ # > # A tibble: 4 × 9
221221# > URL From Status Message New CRAN Spaces R root
222222# > <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
223223# > 1 http://covr.r-lib.org/ref… <chr> 200 OK "htt… "" "" "" /Use…
224224# > 2 http://r-lib.github.io/rc… <chr> 200 OK "htt… "" "" "" /Use…
225225# > 3 https://code.visualstudio… <chr> 500 Intern… "" "" "" "" /Use…
226+ # > 4 https://github.com/tidyve… <chr> 404 Not Fo… "" "" "" "" /Use…
226227# >
227228# > Setting env vars: NOT_CRAN="true", CI="true"
228229# > rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
@@ -234,20 +235,20 @@ ci()
234235# > * creating vignettes ... OK
235236# > * checking for LF line-endings in source and make files and shell scripts
236237# > * checking for empty or unneeded directories
237- # > * building ‘rdev_1.11.5 .tar.gz’
238+ # > * building ‘rdev_1.11.6 .tar.gz’
238239# >
239240# > ── R CMD check ─────────────────────────────────────────────────────────────────
240- # > * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpvN7fYo/file780b4c4de0b /rdev.Rcheck’
241- # > * using R version 4.4.1 (2024-06-14 )
241+ # > * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpKQEp6Y/file7bfb6e5764d3 /rdev.Rcheck’
242+ # > * using R version 4.4.2 (2024-10-31 )
242243# > * using platform: aarch64-apple-darwin20
243244# > * R was compiled by
244245# > Apple clang version 14.0.0 (clang-1400.0.29.202)
245246# > GNU Fortran (GCC) 12.2.0
246- # > * running under: macOS Sonoma 14.7
247+ # > * running under: macOS Sequoia 15.3
247248# > * using session charset: UTF-8
248249# > * using option ‘--no-manual’
249250# > * checking for file ‘rdev/DESCRIPTION’ ... OK
250- # > * this is package ‘rdev’ version ‘1.11.5 ’
251+ # > * this is package ‘rdev’ version ‘1.11.6 ’
251252# > * package encoding: UTF-8
252253# > * checking package namespace information ... OK
253254# > * checking package dependencies ... OK
@@ -300,9 +301,10 @@ ci()
300301# > * checking package vignettes ... OK
301302# > * checking re-building of vignette outputs ... OK
302303# > * DONE
304+ # >
303305# > Status: OK
304- # > ── R CMD check results ──────────────────────────────────────── rdev 1.11.5 ────
305- # > Duration: 34.3s
306+ # > ── R CMD check results ──────────────────────────────────────── rdev 1.11.6 ────
307+ # > Duration: 29.6s
306308# >
307309# > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
308310```
0 commit comments