Last updated on 2026-01-16 01:48:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.18 | 256.25 | 263.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 4.99 | 179.11 | 184.10 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 14.00 | 438.09 | 452.09 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 14.00 | 443.34 | 457.34 | ERROR | |
| r-devel-windows-x86_64 | 1.3.0 | 8.00 | 225.00 | 233.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 6.68 | 234.38 | 241.06 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 6.05 | 237.01 | 243.06 | OK | |
| r-release-macos-arm64 | 1.3.0 | OK | ||||
| r-release-macos-x86_64 | 1.3.0 | 5.00 | 274.00 | 279.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 10.00 | 222.00 | 232.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 5.00 | 251.00 | 256.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 12.00 | 300.00 | 312.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat) # nolint: undesirable_function_linter
> library(admiralonco) # nolint: undesirable_function_linter
>
> test_check("admiralonco")
Saving _problems/test-derive_param_confirmed_bor-243.R
Saving _problems/test-derive_param_confirmed_resp-210.R
Saving _problems/test-filter_pd-247.R
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-derive_param_confirmed_bor.R:227:3'): derive_param_confirmed_bor Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_bor.R:227:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_bor(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-derive_param_confirmed_resp.R:196:3'): derive_param_confirmed_resp Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_resp.R:196:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_resp(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-filter_pd.R:229:3'): filter_pd Test 5: error if invalid source_datasets ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-filter_pd.R:229:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::filter_pd(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(source_names, quote_fun = squote)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [86s/259s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat) # nolint: undesirable_function_linter
> library(admiralonco) # nolint: undesirable_function_linter
>
> test_check("admiralonco")
Saving _problems/test-derive_param_confirmed_bor-243.R
Saving _problems/test-derive_param_confirmed_resp-210.R
Saving _problems/test-filter_pd-247.R
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-derive_param_confirmed_bor.R:227:3'): derive_param_confirmed_bor Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_bor.R:227:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_bor(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-derive_param_confirmed_resp.R:196:3'): derive_param_confirmed_resp Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_resp.R:196:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_resp(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-filter_pd.R:229:3'): filter_pd Test 5: error if invalid source_datasets ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-filter_pd.R:229:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::filter_pd(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(source_names, quote_fun = squote)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [83s/266s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat) # nolint: undesirable_function_linter
> library(admiralonco) # nolint: undesirable_function_linter
>
> test_check("admiralonco")
Saving _problems/test-derive_param_confirmed_bor-243.R
Saving _problems/test-derive_param_confirmed_resp-210.R
Saving _problems/test-filter_pd-247.R
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-derive_param_confirmed_bor.R:227:3'): derive_param_confirmed_bor Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_bor.R:227:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_bor(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-derive_param_confirmed_resp.R:196:3'): derive_param_confirmed_resp Test 3: error if invalid response values ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-derive_param_confirmed_resp.R:196:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::derive_param_confirmed_resp(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(valid_vals)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
── Error ('test-filter_pd.R:229:3'): filter_pd Test 5: error if invalid source_datasets ──
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: `enumerate()` was deprecated in admiraldev 1.1.0 and is now defunct.
i This function was primarily used in error messaging, and can be replaced with 'cli' functionality: `cli::cli_abort('{.val {letters[1:3]}}')`
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-filter_pd.R:229:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─admiralonco::filter_pd(...)
8. ├─rlang::abort(...)
9. │ └─rlang::is_formula(message, scoped = TRUE, lhs = FALSE)
10. ├─base::paste0(...)
11. └─admiraldev::enumerate(source_names, quote_fun = squote)
12. └─lifecycle::deprecate_stop(...)
13. └─lifecycle:::deprecate_stop0(msg)
14. └─rlang::cnd_signal(...)
[ FAIL 3 | WARN 12 | SKIP 0 | PASS 33 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc