Last updated on 2026-09-27 06:51:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.0 | 7.05 | 104.37 | 111.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.1.0 | 4.48 | 69.08 | 73.56 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.2.0 | 69.75 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.2.0 | 82.50 | OK | |||
| r-devel-windows-x86_64 | 3.1.0 | 7.00 | 119.00 | 126.00 | OK | |
| r-patched-linux-x86_64 | 3.1.0 | 7.50 | 98.20 | 105.70 | OK | |
| r-release-linux-x86_64 | 3.1.0 | 6.02 | 97.87 | 103.89 | OK | |
| r-release-macos-arm64 | 3.2.0 | 2.00 | 69.00 | 71.00 | OK | |
| r-release-macos-x86_64 | 3.2.0 | 5.00 | 261.00 | 266.00 | OK | |
| r-release-windows-x86_64 | 3.1.0 | 8.00 | 114.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 3.2.0 | 3.00 | 103.00 | 106.00 | OK | |
| r-oldrel-macos-x86_64 | 3.2.0 | 5.00 | 257.00 | 262.00 | OK | |
| r-oldrel-windows-x86_64 | 3.1.0 | 8.00 | 135.00 | 143.00 | OK |
Version: 3.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BFI)
>
> test_check("BFI")
Saving _problems/test-MAP.estimation-11.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-MAP.estimation.R:11:3'): Test MAP.estimation ───────────────────
Error in `MAP.estimation(y, X, family = "gaussian", Lambda)`: The algorithm did not converge. Change 'initial' values.
Backtrace:
▆
1. └─BFI::MAP.estimation(y, X, family = "gaussian", Lambda) at test-MAP.estimation.R:11:3
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc