Last updated on 2026-01-22 17:49:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 6.59 | 260.86 | 267.45 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.32 | 172.78 | 178.10 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 12.00 | 414.91 | 426.91 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 14.00 | 429.62 | 443.62 | ERROR | |
| r-devel-windows-x86_64 | 1.3.0 | 10.00 | 228.00 | 238.00 | ERROR | |
| r-patched-linux-x86_64 | 1.3.0 | 8.01 | 237.28 | 245.29 | ERROR | |
| r-release-linux-x86_64 | 1.3.0 | 7.17 | 237.31 | 244.48 | ERROR | |
| 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 | 8.00 | 219.00 | 227.00 | ERROR | |
| 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 | 302.00 | 314.00 | ERROR |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [51s/71s]
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-clang
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [32s/37s]
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’ [83s/86s]
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’ [84s/229s]
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
Version: 1.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [37s]
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/61s]
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-patched-linux-x86_64
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/64s]
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-release-linux-x86_64
Version: 1.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [51s]
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-oldrel-windows-x86_64