CRAN Package Check Results for Maintainer ‘Craig Gower-Page <craig.gower-page at roche.com>’

Last updated on 2025-02-07 08:51:59 CET.

Package ERROR NOTE OK
diffdf 13
rbmi 1 4 8

Package diffdf

Current CRAN status: OK: 13

Package rbmi

Current CRAN status: ERROR: 1, NOTE: 4, OK: 8

Additional issues

M1mac

Version: 1.3.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘analyse.R’ ‘lsmeans.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [204s/262s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(rbmi) > > test_check("rbmi") mmrm() registered as emmeans extension [ FAIL 1 | WARN 0 | SKIP 13 | PASS 1263 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-mmrm.R:337:5' • is_full_test() is not TRUE (12): '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:673:5', 'test-mcmc.R:327:5', 'test-mcmc.R:502:5', 'test-parallel.R:8:5', 'test-reproducibility.R:9: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 13 | PASS 1263 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc