CRAN Package Check Results for Package RcppML

Last updated on 2026-07-13 06:52:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.7.1 37.58 67.64 105.22 OK
r-devel-linux-x86_64-debian-gcc 0.3.7.1 32.69 54.39 87.08 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.7.1 54.00 106.48 160.48 OK
r-devel-linux-x86_64-fedora-gcc 0.3.7.1 78.00 130.17 208.17 OK
r-devel-windows-x86_64 0.3.7.1 40.00 101.00 141.00 OK
r-patched-linux-x86_64 0.3.7.1 40.28 66.70 106.98 OK
r-release-linux-x86_64 0.3.7.1 41.68 66.25 107.93 OK
r-release-macos-arm64 0.3.7.1 8.00 21.00 29.00 OK
r-release-macos-x86_64 0.3.7.1 25.00 82.00 107.00 OK
r-release-windows-x86_64 0.3.7.1 41.00 108.00 149.00 OK
r-oldrel-macos-arm64 0.3.7.1 8.00 26.00 34.00 OK
r-oldrel-macos-x86_64 0.3.7.1 26.00 108.00 134.00 OK
r-oldrel-windows-x86_64 0.3.7.1 52.00 133.00 185.00 OK

Check Details

Version: 0.3.7.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(RcppML) > library(Matrix) > > test_check("RcppML") Saving _problems/test_bipartition-25.R Saving _problems/test_bipartition-26.R Saving _problems/test_bipartition-31.R # of divisions: , 1, 2, 3, 0 'as(<dsCMatrix>, "dgCMatrix")' is deprecated. Use 'as(., "generalMatrix")' instead. See help("Deprecated") and help("Matrix-deprecated"). [ FAIL 3 | WARN 0 | SKIP 0 | PASS 29 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_bipartition.R:25:3'): Testing RcppML::nmf ──────────────────── Expected `model$dist` to equal 0.3197266. Differences: `actual`: NaN `expected`: 0.3 ── Failure ('test_bipartition.R:26:3'): Testing RcppML::nmf ──────────────────── Expected `model$size1 == 4 || model$size1 == 6` to equal TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test_bipartition.R:31:5'): Testing RcppML::nmf ──────────────────── Expected `model$size2 == 6` to equal TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 0 | SKIP 0 | PASS 29 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc