@@ -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://societyinforisk.o… <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.12.3 .tar.gz’
238+ # > * building ‘rdev_1.13.0 .tar.gz’
238239# >
239240# > ── R CMD check ─────────────────────────────────────────────────────────────────
240- # > * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpFW9PEG/filed76c35ee47f7 /rdev.Rcheck’
241- # > * using R version 4.5.0 (2025-04-11 )
241+ # > * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpRj1WuE/file1544866a7d1f /rdev.Rcheck’
242+ # > * using R version 4.5.1 (2025-06-13 )
242243# > * using platform: aarch64-apple-darwin20
243244# > * R was compiled by
244- # > Apple clang version 14 .0.0 (clang-1400 .0.29.202 )
245+ # > Apple clang version 16 .0.0 (clang-1600 .0.26.6 )
245246# > GNU Fortran (GCC) 14.2.0
246- # > * running under: macOS Sequoia 15.4.1
247+ # > * running under: macOS Sequoia 15.6
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.12.3 ’
251+ # > * this is package ‘rdev’ version ‘1.13.0 ’
251252# > * package encoding: UTF-8
252253# > * checking package namespace information ... OK
253254# > * checking package dependencies ... OK
302303# > * DONE
303304# >
304305# > Status: OK
305- # > ── R CMD check results ──────────────────────────────────────── rdev 1.12.3 ────
306- # > Duration: 26s
306+ # > ── R CMD check results ──────────────────────────────────────── rdev 1.13.0 ────
307+ # > Duration: 21.7s
307308# >
308309# > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
309310```
0 commit comments