Last updated on 2025-02-06 19:49:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.1 | 10.52 | 321.09 | 331.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.1 | 6.68 | 252.32 | 259.00 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.3.1 | 482.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 331.79 | NOTE | |||
r-devel-windows-x86_64 | 1.3.1 | 12.00 | 344.00 | 356.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.1 | 12.35 | 358.78 | 371.13 | OK | |
r-release-linux-x86_64 | 1.3.1 | 9.40 | 357.85 | 367.25 | OK | |
r-release-macos-arm64 | 1.3.1 | 154.00 | OK | |||
r-release-macos-x86_64 | 1.3.1 | 287.00 | OK | |||
r-release-windows-x86_64 | 1.3.1 | 13.00 | 245.00 | 258.00 | OK | |
r-oldrel-macos-arm64 | 1.3.1 | 139.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.1 | 289.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.1 | 16.00 | 312.00 | 328.00 | OK |
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