Last updated on 2026-01-26 04:51:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.06 | 249.91 | 256.97 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | ERROR | ||||
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 13.00 | 413.11 | 426.11 | 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 | 9.00 | 232.00 | 241.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.10 | 236.92 | 244.02 | 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 | 11.00 | 225.00 | 236.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 | 13.00 | 313.00 | 326.00 | ERROR |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [50s/63s]
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/41s]
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’ [81s/101s]
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' [38s]
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' [58s]
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