Last updated on 2025-02-21 02:52:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-6 | 12.25 | 95.96 | 108.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-6 | 7.17 | 65.76 | 72.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-6 | 169.86 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-6 | 164.82 | ERROR | |||
r-devel-macos-arm64 | 1.0-6 | 59.00 | OK | |||
r-devel-macos-x86_64 | 1.0-6 | 121.00 | OK | |||
r-devel-windows-x86_64 | 1.0-6 | 12.00 | 96.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 1.0-6 | 9.94 | 89.57 | 99.51 | OK | |
r-release-linux-x86_64 | 1.0-6 | 11.53 | 91.67 | 103.20 | OK | |
r-release-macos-arm64 | 1.0-6 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.0-6 | 129.00 | OK | |||
r-release-windows-x86_64 | 1.0-6 | 12.00 | 94.00 | 106.00 | OK | |
r-oldrel-macos-arm64 | 1.0-6 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-6 | 107.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-6 | 16.00 | 146.00 | 162.00 | OK |
Version: 1.0-6
Check: tests
Result: ERROR
Running ‘test-all.R’ [40s/59s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> if (require(testthat, quietly = TRUE)) {
+ test_check("blme")
+ } else {
+ cat("package 'testthat' not available; cannot run unit tests\n")
+ }
Loading required package: blme
Loading required package: lme4
Loading required package: Matrix
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 109 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-06-lmm_resid.R:20:3'): blmer fits the eight schools example correctly ──
eightSchools@theta not equal to 0.
1/1 mismatches
[1] 1 - 0 == 1
── Error ('test-07-lmm_fixef.R:120:3'): blmer fits sleep study example in documentation ──
Error in `optwrap(optimizer, devfun, startingValues, lower = lowerBounds,
control = control, adj = FALSE, verbose = verbose, ...)`: (converted from warning) convergence code -2 from nloptwrap: NLOPT_INVALID_ARGS: Invalid arguments (e.g. lower bounds are bigger than upper bounds, an unknown algorithm was specified, etcetera).
Backtrace:
▆
1. └─blme::blmer(...) at test-07-lmm_fixef.R:120:3
2. └─blme:::optimizeLmer(...)
3. └─lme4:::optwrap(...)
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 109 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0-6
Check: tests
Result: ERROR
Running ‘test-all.R’ [38s/45s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> if (require(testthat, quietly = TRUE)) {
+ test_check("blme")
+ } else {
+ cat("package 'testthat' not available; cannot run unit tests\n")
+ }
Loading required package: blme
Loading required package: lme4
Loading required package: Matrix
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 109 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-06-lmm_resid.R:20:3'): blmer fits the eight schools example correctly ──
eightSchools@theta not equal to 0.
1/1 mismatches
[1] 1 - 0 == 1
── Error ('test-07-lmm_fixef.R:120:3'): blmer fits sleep study example in documentation ──
Error in `optwrap(optimizer, devfun, startingValues, lower = lowerBounds,
control = control, adj = FALSE, verbose = verbose, ...)`: (converted from warning) convergence code -2 from nloptwrap: NLOPT_INVALID_ARGS: Invalid arguments (e.g. lower bounds are bigger than upper bounds, an unknown algorithm was specified, etcetera).
Backtrace:
▆
1. └─blme::blmer(...) at test-07-lmm_fixef.R:120:3
2. └─blme:::optimizeLmer(...)
3. └─lme4:::optwrap(...)
[ FAIL 2 | WARN 15 | SKIP 0 | PASS 109 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc