Last updated on 2026-04-27 21:50:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.19 | 10.54 | 147.39 | 157.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.19 | 7.68 | 89.29 | 96.97 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.19 | 18.00 | 204.77 | 222.77 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.19 | 20.00 | 232.85 | 252.85 | OK | |
| r-devel-windows-x86_64 | 0.1.19 | 21.00 | 187.00 | 208.00 | OK | |
| r-patched-linux-x86_64 | 0.1.19 | 11.52 | 138.59 | 150.11 | OK | |
| r-release-linux-x86_64 | 0.1.19 | 8.95 | 136.86 | 145.81 | OK | |
| r-release-macos-arm64 | 0.1.19 | 3.00 | 79.00 | 82.00 | OK | |
| r-release-macos-x86_64 | 0.1.19 | 8.00 | 186.00 | 194.00 | OK | |
| r-release-windows-x86_64 | 0.1.19 | 18.00 | 194.00 | 212.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.19 | 3.00 | 57.00 | 60.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.19 | 8.00 | 300.00 | 308.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.19 | 22.00 | 211.00 | 233.00 | OK |
Version: 0.1.19
Check: examples
Result: ERROR
Running examples in ‘ready4-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_datasets_tb
> ### Title: Get datasets tibble
> ### Aliases: get_datasets_tb
> ### Keywords: internal
>
> ### ** Examples
>
> get_datasets_tb("ready4-dev/ready4")
Error in if (grepl("www.|http:|https:", url_1L_chr)) url_xx <- url(url_1L_chr) :
argument is of length zero
Calls: get_datasets_tb -> get_gracefully
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.19
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(ready4)
>
> test_check("ready4")
Saving _problems/test-fn_get-2.R
Saving _problems/test-fn_get-25.R
Saving _problems/test-fn_make-43.R
Saving _problems/test-fn_make-44.R
[ FAIL 4 | WARN 0 | SKIP 7 | PASS 29 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-fn_get.R:3:3', 'test-fn_get.R:14:3', 'test-fn_make.R:3:3',
'test-fn_make.R:15:3', 'test-fn_make.R:24:3', 'test-fn_make.R:35:3',
'test-fn_make.R:45:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fn_get.R:2:3'): Tibble of modelling project data collections is retrieved from GitHub repository ──
Expected `dvs_tb <- get_datasets_tb("ready4-dev/ready4")` not to throw any errors.
Actually got a <simpleError> with message:
argument is of length zero
── Error ('test-fn_get.R:25:3'): Item retrieved correctly from lookup table ────
Error in `if (grepl("www.|http:|https:", url_1L_chr)) url_xx <- url(url_1L_chr)`: argument is of length zero
Backtrace:
▆
1. └─ready4::get_datasets_tb() at test-fn_get.R:25:3
2. └─ready4::get_gracefully(...)
── Failure ('test-fn_make.R:43:3'): Valid transformations of tibble of modelling project data collections ──
Expected `dvs_tb <- get_datasets_tb("ready4-dev/ready4")` not to throw any errors.
Actually got a <simpleError> with message:
argument is of length zero
── Failure ('test-fn_make.R:44:3'): Valid transformations of tibble of modelling project data collections ──
Expected `dvs_2_tb <- make_datasets_tb("ready4", dvs_tb = dvs_tb)` not to throw any errors.
Actually got a <objectNotFoundError> with message:
object 'dvs_tb' not found
[ FAIL 4 | WARN 0 | SKIP 7 | PASS 29 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.19
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘V_01.Rmd’ using rmarkdown
--- finished re-building ‘V_01.Rmd’
--- re-building ‘V_02.Rmd’ using rmarkdown
Quitting from V_02.Rmd:30-32 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (grepl("www.|http:|https:", url_1L_chr)) ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─ready4::get_methods_tb(gh_repo_1L_chr = "ready4-dev/ready4")
2. └─ready4::get_gracefully(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'V_02.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘V_02.Rmd’
--- re-building ‘V_03.Rmd’ using rmarkdown
--- finished re-building ‘V_03.Rmd’
--- re-building ‘V_04.Rmd’ using rmarkdown
--- finished re-building ‘V_04.Rmd’
--- re-building ‘V_05.Rmd’ using rmarkdown
--- finished re-building ‘V_05.Rmd’
--- re-building ‘V_06.Rmd’ using rmarkdown
--- finished re-building ‘V_06.Rmd’
--- re-building ‘V_07.Rmd’ using rmarkdown
--- finished re-building ‘V_07.Rmd’
--- re-building ‘ready4.Rmd’ using rmarkdown
--- finished re-building ‘ready4.Rmd’
SUMMARY: processing the following file failed:
‘V_02.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc