Skip to content

Commit abdcffe

Browse files
committed
build_rdev_site() for release 1.15.0
1 parent c4bc4b4 commit abdcffe

Some content is hidden

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

60 files changed

+324
-105
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ci()
118118
#> ✔ No problems found.
119119
#>
120120
#> style_all()
121-
#> Styling 67 files:
121+
#> Styling 69 files:
122122
#> .Rprofile ✔
123123
#> README.Rmd ✔
124124
#> inst/rmarkdown/templates/analysis/skeleton/skeleton.Rmd ✔
@@ -138,6 +138,7 @@ ci()
138138
#> R/release.R ✔
139139
#> R/setup.R ✔
140140
#> R/to_document.R ✔
141+
#> R/upkeep.R ✔
141142
#> R/urlchecker.R ✔
142143
#> R/utils.R ✔
143144
#> tests/spelling.R ✔
@@ -156,6 +157,7 @@ ci()
156157
#> tests/testthat/test-setup.R ✔
157158
#> tests/testthat/test-spelling.R ✔
158159
#> tests/testthat/test-to_document.R ✔
160+
#> tests/testthat/test-upkeep.R ✔
159161
#> tests/testthat/test-utils.R ✔
160162
#> tests/testthat/test-ci/test-revealjs.qmd ✔
161163
#> tests/testthat/test-ci/test.Rprofile ✔
@@ -188,7 +190,7 @@ ci()
188190
#> vignettes/style-guide.Rmd ✔
189191
#> ───────────────────────────────────────────────────────
190192
#> Status Count Legend
191-
#> ✔ 67 File unchanged.
193+
#> ✔ 69 File unchanged.
192194
#> ℹ 0 File changed.
193195
#> ✖ 0 Styling threw an error.
194196
#> ───────────────────────────────────────────────────────
@@ -215,17 +217,12 @@ ci()
215217
#> No changes required to /Users/agamemnon/GitHub/rdev/inst/WORDLIST
216218
#>
217219
#> url_check()
218-
#> # A tibble: 1 × 9
219-
#> URL From Status Message New CRAN Spaces R root
220-
#> <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
221-
#> 1 https://code.visualstudio… <chr> 500 Intern… "" "" "" "" /Use…
222220
#> html_url_check()
223-
#> # A tibble: 3 × 9
221+
#> # A tibble: 2 × 9
224222
#> URL From Status Message New CRAN Spaces R root
225223
#> <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
226-
#> 1 http://covr.r-lib.org/ref… <chr> 200 OK "htt… "" "" "" /Use…
227-
#> 2 http://r-lib.github.io/rc… <chr> 200 OK "htt… "" "" "" /Use…
228-
#> 3 https://code.visualstudio… <chr> 500 Intern… "" "" "" "" /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…
229226
#>
230227
#> Setting env vars: NOT_CRAN="true", CI="true"
231228
#> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
@@ -237,10 +234,10 @@ ci()
237234
#> * creating vignettes ... OK
238235
#> * checking for LF line-endings in source and make files and shell scripts
239236
#> * checking for empty or unneeded directories
240-
#> * building ‘rdev_1.14.1.tar.gz’
237+
#> * building ‘rdev_1.15.0.tar.gz’
241238
#>
242239
#> ── R CMD check ─────────────────────────────────────────────────────────────────
243-
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpozUAJG/file2e412cc5f381/rdev.Rcheck’
240+
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/Rtmp3eVLau/file4c093ddd9292/rdev.Rcheck’
244241
#> * using R version 4.5.1 (2025-06-13)
245242
#> * using platform: aarch64-apple-darwin20
246243
#> * R was compiled by
@@ -250,7 +247,7 @@ ci()
250247
#> * using session charset: UTF-8
251248
#> * using option ‘--no-manual’
252249
#> * checking for file ‘rdev/DESCRIPTION’ ... OK
253-
#> * this is package ‘rdev’ version ‘1.14.1
250+
#> * this is package ‘rdev’ version ‘1.15.0
254251
#> * package encoding: UTF-8
255252
#> * checking package namespace information ... OK
256253
#> * checking package dependencies ... OK
@@ -305,8 +302,8 @@ ci()
305302
#> * DONE
306303
#>
307304
#> Status: OK
308-
#> ── R CMD check results ──────────────────────────────────────── rdev 1.14.1 ────
309-
#> Duration: 23.4s
305+
#> ── R CMD check results ──────────────────────────────────────── rdev 1.15.0 ────
306+
#> Duration: 37.7s
310307
#>
311308
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
312309
```

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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

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

docs/TODO.html

Lines changed: 2 additions & 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: 24 additions & 15 deletions
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)