Last updated on 2025-11-16 04:48:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.8 | 10.47 | 107.13 | 117.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.9 | 6.92 | 79.31 | 86.23 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.8 | 52.00 | 140.52 | 192.52 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.9 | 44.00 | 167.75 | 211.75 | OK | |
| r-devel-windows-x86_64 | 1.2.8 | 21.00 | 112.00 | 133.00 | OK | |
| r-patched-linux-x86_64 | 1.2.8 | 10.20 | 104.00 | 114.20 | OK | |
| r-release-linux-x86_64 | 1.2.8 | 9.26 | 102.42 | 111.68 | ERROR | |
| r-release-macos-arm64 | 1.2.8 | 5.00 | 48.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 1.2.9 | 11.00 | 122.00 | 133.00 | OK | |
| r-release-windows-x86_64 | 1.2.9 | 17.00 | 115.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.8 | 5.00 | 53.00 | 58.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.9 | 16.00 | 176.00 | 192.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.9 | 18.00 | 141.00 | 159.00 | OK |
Version: 1.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/100s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("arulesCBA")
Loading required package: Matrix
Loading required package: arules
Attaching package: 'arules'
The following objects are masked from 'package:base':
abbreviate, write
>
> testthat::test_check("arulesCBA")
Saving _problems/test-CBA_helpers-18.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 55 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CBA_helpers.R:18:1'): (code run outside of `test_that()`) ──────
Error in `expect(length(r), length(cls))`: `ok` must be `TRUE` or `FALSE`, not the number 2.
Backtrace:
▆
1. └─testthat::expect(ok = length(r)) at test-CBA_helpers.R:18:1
2. └─testthat:::check_bool(ok)
3. └─testthat:::stop_input_type(...)
4. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 55 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("arulesCBA")
Loading required package: Matrix
Loading required package: arules
Attaching package: 'arules'
The following objects are masked from 'package:base':
abbreviate, write
>
> testthat::test_check("arulesCBA")
Saving _problems/test-CBA_helpers-18.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 55 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CBA_helpers.R:18:1'): (code run outside of `test_that()`) ──────
Error in `expect(length(r), length(cls))`: `ok` must be `TRUE` or `FALSE`, not the number 2.
Backtrace:
▆
1. └─testthat::expect(ok = length(r)) at test-CBA_helpers.R:18:1
2. └─testthat:::check_bool(ok)
3. └─testthat:::stop_input_type(...)
4. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 55 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64