Last updated on 2025-02-18 02:50:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-6 | 10.87 | 95.62 | 106.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-6 | 6.87 | 66.78 | 73.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-6 | 182.93 | 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 | 10.63 | 89.85 | 100.48 | OK | |
r-release-linux-x86_64 | 1.0-6 | 10.91 | 89.79 | 100.70 | 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 | 14.00 | 95.00 | 109.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 | 15.00 | 125.00 | 140.00 | OK |
Version: 1.0-6
Check: tests
Result: ERROR
Running ‘test-all.R’ [43s/66s]
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