Skip to content

Commit feea343

Browse files
committed
build_rdev_site() for release 1.12.0
1 parent cc0a05a commit feea343

Some content is hidden

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

56 files changed

+101
-110
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,12 @@ 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: 4 × 9
220+
#> # A tibble: 3 × 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…
227226
#>
228227
#> Setting env vars: NOT_CRAN="true", CI="true"
229228
#> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
@@ -235,20 +234,20 @@ 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.11.6.tar.gz’
237+
#> * building ‘rdev_1.12.0.tar.gz’
239238
#>
240239
#> ── R CMD check ─────────────────────────────────────────────────────────────────
241-
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpKQEp6Y/file7bfb6e5764d3/rdev.Rcheck’
240+
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/Rtmp2WV9Ky/filed87039da1f71/rdev.Rcheck’
242241
#> * using R version 4.4.2 (2024-10-31)
243242
#> * using platform: aarch64-apple-darwin20
244243
#> * R was compiled by
245244
#> Apple clang version 14.0.0 (clang-1400.0.29.202)
246245
#> GNU Fortran (GCC) 12.2.0
247-
#> * running under: macOS Sequoia 15.3
246+
#> * running under: macOS Sequoia 15.3.1
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.11.6
250+
#> * this is package ‘rdev’ version ‘1.12.0
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.11.6 ────
307-
#> Duration: 29.6s
305+
#> ── R CMD check results ──────────────────────────────────────── rdev 1.12.0 ────
306+
#> Duration: 27.4s
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: 18 additions & 29 deletions
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)