Last updated on 2025-01-27 02:49:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.7 | 10.55 | 101.73 | 112.28 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.7 | 7.18 | 75.88 | 83.06 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.7 | 183.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.7 | 188.78 | OK | |||
r-devel-windows-x86_64 | 1.2.7 | 14.00 | 114.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 1.2.7 | 10.65 | 99.83 | 110.48 | OK | |
r-release-linux-x86_64 | 1.2.7 | 9.01 | 100.05 | 109.06 | OK | |
r-release-macos-arm64 | 1.2.7 | 68.00 | OK | |||
r-release-macos-x86_64 | 1.2.7 | 91.00 | OK | |||
r-release-windows-x86_64 | 1.2.7 | 13.00 | 111.00 | 124.00 | OK | |
r-oldrel-macos-arm64 | 1.2.7 | 62.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.7 | 165.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.7 | 15.00 | 136.00 | 151.00 | OK |
Version: 1.2.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/20s]
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")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 84 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-classifiers.R:60:3'): (code run outside of `test_that()`) ──────
Error in `base::rowSums(x, na.rm = na.rm, dims = dims, ...)`: 'x' must be an array of at least two dimensions
Backtrace:
▆
1. └─arulesCBA (local) cl(f, dat) at test-classifiers.R:60:3
2. └─arulesCBA::pruneCBA_M1(formula, rulebase, trans)
3. ├─methods (local) rowSums(rhss[class_ids, ])
4. └─methods (local) rowSums(rhss[class_ids, ])
5. └─base::rowSums(x, na.rm = na.rm, dims = dims, ...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 84 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang