CRAN Package Check Results for Package arulesCBA

Last updated on 2025-06-15 05:48:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.7 10.59 106.63 117.22 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.7 7.17 77.27 84.44 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.7 182.56 OK
r-devel-linux-x86_64-fedora-gcc 1.2.7 186.17 OK
r-devel-windows-x86_64 1.2.7 14.00 145.00 159.00 ERROR
r-patched-linux-x86_64 1.2.7 10.36 99.27 109.63 OK
r-release-linux-x86_64 1.2.7 9.86 100.85 110.71 OK
r-release-macos-arm64 1.2.7 102.00 OK
r-release-macos-x86_64 1.2.7 120.00 OK
r-release-windows-x86_64 1.2.7 12.00 112.00 124.00 OK
r-oldrel-macos-arm64 1.2.7 68.00 OK
r-oldrel-macos-x86_64 1.2.7 91.00 OK
r-oldrel-windows-x86_64 1.2.7 17.00 139.00 156.00 OK

Check Details

Version: 1.2.7
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Michael Hahsler <mhahsler@lyle.smu.edu>’ The BugReports field in DESCRIPTION has https://github.com/mhahsler/arulesCBA which should likely be https://github.com/mhahsler/arulesCBA/issues instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.2.7
Check: tests
Result: ERROR Running 'testthat.R' [16s] 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-windows-x86_64