Skip to content

Commit

Permalink
build_rdev_site() for release 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Apr 26, 2024
1 parent aaf1a2c commit 72399a5
Show file tree
Hide file tree
Showing 56 changed files with 261 additions and 286 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,17 @@ ci()
#> 3 Suggests DT *
#>
#> url_check()
#> # A tibble: 1 × 9
#> URL From Status Message New CRAN Spaces R root
#> <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 https://bookdown.org/yihu… <chr> 504 Gatewa… "" "" "" "" /Use…
#> html_url_check()
#> # A tibble: 2 × 9
#> # A tibble: 3 × 9
#> URL From Status Message New CRAN Spaces R root
#> <chr> <nam> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 http://covr.r-lib.org/ref… <chr> 200 OK http… "" "" "" /Use…
#> 2 http://r-lib.github.io/rc… <chr> 200 OK http… "" "" "" /Use…
#> 1 http://covr.r-lib.org/ref… <chr> 200 OK "htt… "" "" "" /Use…
#> 2 http://r-lib.github.io/rc… <chr> 200 OK "htt… "" "" "" /Use…
#> 3 https://bookdown.org/yihu… <chr> 504 Gatewa… "" "" "" "" /Use…
#>
#> Setting env vars: NOT_CRAN="true", CI="true"
#> rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
Expand All @@ -229,20 +234,20 @@ ci()
#> * creating vignettes ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> * building ‘rdev_1.10.5.tar.gz’
#> * building ‘rdev_1.10.6.tar.gz’
#>
#> ── R CMD check ─────────────────────────────────────────────────────────────────
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/Rtmp4h31p8/file8b151ef6eb5/rdev.Rcheck’
#> * using R version 4.3.3 (2024-02-29)
#> * using platform: aarch64-apple-darwin20 (64-bit)
#> * using log directory ‘/private/var/folders/vn/cw5f9gws42v9m8mdsds_zbl00000gp/T/RtmpcgLwwo/file11ced67153d53/rdev.Rcheck’
#> * using R version 4.4.0 (2024-04-24)
#> * using platform: aarch64-apple-darwin20
#> * R was compiled by
#> Apple clang version 14.0.0 (clang-1400.0.29.202)
#> GNU Fortran (GCC) 12.2.0
#> * running under: macOS Ventura 13.6.6
#> * using session charset: UTF-8
#> * using option ‘--no-manual’
#> * checking for file ‘rdev/DESCRIPTION’ ... OK
#> * this is package ‘rdev’ version ‘1.10.5
#> * this is package ‘rdev’ version ‘1.10.6
#> * package encoding: UTF-8
#> * checking package namespace information ... OK
#> * checking package dependencies ... OK
Expand All @@ -261,7 +266,7 @@ ci()
#> * checking for left-over files ... OK
#> * checking index information ... OK
#> * checking package subdirectories ... OK
#> * checking R files for non-ASCII characters ... OK
#> * checking code files for non-ASCII characters ... OK
#> * checking R files for syntax errors ... OK
#> * checking whether the package can be loaded ... OK
#> * checking whether the package can be loaded with stated dependencies ... OK
Expand Down Expand Up @@ -292,18 +297,13 @@ ci()
#> Running ‘testthat.R’
#> OK
#> * checking for unstated dependencies in vignettes ... OK
#> * checking package vignettes in ‘inst/doc’ ... OK
#> * checking running R code from vignettes ...
#> ‘analysis-package-layout.Rmd’ using ‘UTF-8’... OK
#> ‘rdev.Rmd’ using ‘UTF-8’... OK
#> ‘style-guide.Rmd’ using ‘UTF-8’... OK
#> OK
#> * checking package vignettes ... OK
#> * checking re-building of vignette outputs ... OK
#> * DONE
#>
#> Status: OK
#> ── R CMD check results ──────────────────────────────────────── rdev 1.10.5 ────
#> Duration: 35.8s
#> ── R CMD check results ──────────────────────────────────────── rdev 1.10.6 ────
#> Duration: 31.9s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```
10 changes: 4 additions & 6 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 6 additions & 25 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72399a5

Please sign in to comment.