CRAN Package Check Results for Package rbmi

Last updated on 2025-03-31 12:52:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.1 9.24 971.15 980.39 OK
r-devel-linux-x86_64-debian-gcc 1.4.1 5.90 899.94 905.84 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.1 1296.95 OK
r-devel-linux-x86_64-fedora-gcc 1.4.1 1291.42 OK
r-devel-macos-arm64 1.4.1 243.00 OK
r-devel-macos-x86_64 1.4.1 494.00 OK
r-devel-windows-x86_64 1.4.1 13.00 0.00 13.00 OK
r-patched-linux-x86_64 1.4.1 12.79 1224.17 1236.96 OK
r-release-linux-x86_64 1.4.1 8.90 1142.35 1151.25 OK
r-release-macos-arm64 1.4.1 279.00 OK
r-release-macos-x86_64 1.4.1 511.00 OK
r-release-windows-x86_64 1.4.1 13.00 850.00 863.00 OK
r-oldrel-macos-arm64 1.4.1 350.00 OK
r-oldrel-macos-x86_64 1.4.1 713.00 OK
r-oldrel-windows-x86_64 1.4.1 15.00 1134.00 1149.00 OK

Additional issues

OpenBLAS

Check Details

Version: 1.4.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14m/17m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(rbmi) > > if (Sys.getenv("NOT_CRAN") != "true") { + Sys.setenv(RBMI_ENABLE_CACHE = "false") + options(rbmi.enable_cache = FALSE) + } > > test_check("rbmi") mmrm() registered as emmeans extension [ FAIL 1 | WARN 0 | SKIP 15 | PASS 1278 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-mmrm.R:337:5' • is_full_test() is not TRUE (14): 'test-draws.R:115:5', 'test-fullusage.R:43:5', 'test-fullusage.R:117:5', 'test-fullusage.R:209:5', 'test-fullusage.R:300:5', 'test-fullusage.R:431:5', 'test-fullusage.R:520:5', 'test-fullusage.R:675:5', 'test-mcmc.R:327:5', 'test-mcmc.R:504:5', 'test-mcmc.R:635:5', 'test-parallel.R:8:5', 'test-reproducibility.R:9:5', 'test-reproducibility.R:140:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-parallel.R:242:5'): Creation and management of user defined clusters works as expected ── `res_3_a` (`actual`) not equal to `res_1_a` (`expected`). actual[[1]] | expected[[1]] [1] -0.4854 - 0.4608 [1] [2] -0.6258 - 1.3431 [2] [3] -0.8734 - 0.9972 [3] [4] 1.4303 - -0.3676 [4] [5] -1.1371 - -0.1320 [5] [6] 0.8439 - 1.7771 [6] [7] -1.3740 - -0.4643 [7] [8] -1.7117 - -0.1738 [8] [9] -0.1313 - -0.4040 [9] [10] 1.2642 - 1.4148 [10] ... ... ... and 190 more ... actual[[2]] | expected[[2]] [1] 0.4608 - -0.4854 [1] [2] 1.3431 - -0.6258 [2] [3] 0.9972 - -0.8734 [3] [4] -0.3676 - 1.4303 [4] [5] -0.1320 - -1.1371 [5] [6] 1.7771 - 0.8439 [6] [7] -0.4643 - -1.3740 [7] [8] -0.1738 - -1.7117 [8] [9] -0.4040 - -0.1313 [9] [10] 1.4148 - 1.2642 [10] ... ... ... and 190 more ... [ FAIL 1 | WARN 0 | SKIP 15 | PASS 1278 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc