Skip to content

Commit 668048b

Browse files
committed
build_rdev_site() for release 1.15.5
1 parent b12470c commit 668048b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+81
-78
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,11 @@ ci()
218218
#>
219219
#> url_check()
220220
#> html_url_check()
221-
#> # A tibble: 3 × 9
221+
#> # A tibble: 2 × 9
222222
#> URL From Status Message New CRAN Spaces R root
223223
#> <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
224-
#> 1 http://covr.r-lib.org/ref… <chr> 200 OK "htt… "" "" "" /Use…
225-
#> 2 http://r-lib.github.io/rc… <chr> 200 OK "htt… "" "" "" /Use…
226-
#> 3 https://medium.com/@Hadri… <chr> 403 Forbid… "" "" "" "" /Use…
224+
#> 1 http://covr.r-lib.org/ref… <chr> 200 OK http… "" "" "" /Use…
225+
#> 2 http://r-lib.github.io/rc… <chr> 200 OK http… "" "" "" /Use…
227226
#>
228227
#> Setting env vars: NOT_CRAN="true", CI="true"
229228
#> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
@@ -235,10 +234,10 @@ ci()
235234
#> * creating vignettes ... OK
236235
#> * checking for LF line-endings in source and make files and shell scripts
237236
#> * checking for empty or unneeded directories
238-
#> * building ‘rdev_1.15.4.tar.gz’
237+
#> * building ‘rdev_1.15.5.tar.gz’
239238
#>
240239
#> ── R CMD check ─────────────────────────────────────────────────────────────────
241-
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpQtVTk6/file11ac21c748d0f/rdev.Rcheck’
240+
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/Rtmpqk420B/file11cd6e62afeb/rdev.Rcheck’
242241
#> * using R version 4.5.2 (2025-10-31)
243242
#> * using platform: aarch64-apple-darwin20
244243
#> * R was compiled by
@@ -248,7 +247,7 @@ ci()
248247
#> * using session charset: UTF-8
249248
#> * using option ‘--no-manual’
250249
#> * checking for file ‘rdev/DESCRIPTION’ ... OK
251-
#> * this is package ‘rdev’ version ‘1.15.4
250+
#> * this is package ‘rdev’ version ‘1.15.5
252251
#> * package encoding: UTF-8
253252
#> * checking package namespace information ... OK
254253
#> * checking package dependencies ... OK
@@ -303,8 +302,8 @@ ci()
303302
#> * DONE
304303
#>
305304
#> Status: OK
306-
#> ── R CMD check results ──────────────────────────────────────── rdev 1.15.4 ────
307-
#> Duration: 26.7s
305+
#> ── R CMD check results ──────────────────────────────────────── rdev 1.15.5 ────
306+
#> Duration: 28.9s
308307
#>
309308
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
310309
```

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/TODO.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/analysis-package-layout.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rdev.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/style-guide.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)