Last updated on 2026-09-03 14:53:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 22.34 | 258.91 | 281.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 16.56 | 189.12 | 205.68 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 16.00 | 189.54 | 205.54 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 18.00 | 177.81 | 195.81 | OK | |
| r-devel-windows-x86_64 | 0.0.3 | 32.00 | 368.00 | 400.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.3 | 23.79 | 238.36 | 262.15 | OK | |
| r-release-linux-x86_64 | 0.0.3 | 21.05 | 239.28 | 260.33 | OK | |
| r-release-macos-arm64 | 0.0.3 | 5.00 | 79.00 | 84.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 19.00 | 527.00 | 546.00 | OK | |
| r-release-windows-x86_64 | 0.0.3 | 34.00 | 292.00 | 326.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | 5.00 | 87.00 | 92.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.3 | 17.00 | 544.00 | 561.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.3 | 41.00 | 368.00 | 409.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [186s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(stLMM)
Attaching package: 'stLMM'
The following object is masked from 'package:stats':
resid
The following object is masked from 'package:utils':
recover
>
> test_check("stLMM")
Saving _problems/test-offsets-133.R
Saving _problems/test-predict-45.R
Saving _problems/test-predict-367.R
Saving _problems/test-predict-553.R
[ FAIL 4 | WARN 11 | SKIP 0 | PASS 1425 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-offsets.R:133:3'): NB offset works with recovered CAR effects ──
Error in `asMethod(object)`: lazy-load database 'D:/temp/2026_09_01_01_50_00_22259/Rtmpau1wNz/RLIBS_440cc1b04688f/Matrix/R/Matrix.rdb' is corrupt
Backtrace:
▆
1. └─stLMM::car_graph(adj) at test-offsets.R:133:3
2. └─Matrix::Matrix(graph, sparse = TRUE)
3. └─methods::as(data, if (sparse) "CsparseMatrix" else "unpackedMatrix")
4. └─Matrix (local) asMethod(object)
── Error ('test-predict.R:45:3'): predict.stLMM works for grouped random-effect fits without recovery ──
Error in `Matrix(e1)`: lazy-load database 'D:/temp/2026_09_01_01_50_00_22259/Rtmpau1wNz/RLIBS_440cc1b04688f/Matrix/R/Matrix.rdb' is corrupt
Backtrace:
▆
1. ├─manual + ... at test-predict.R:45:3
2. └─manual + ...
3. ├─methods::callGeneric(Matrix(e1), e2)
4. │ └─base::eval(call, parent.frame())
5. │ └─base::eval(call, parent.frame())
6. └─Matrix::Matrix(e1)
── Error ('test-predict.R:367:3'): predict.stLMM_recovery combines grouped random effects with SVC NNGP new nodes ──
Error in `Matrix(e1)`: lazy-load database 'D:/temp/2026_09_01_01_50_00_22259/Rtmpau1wNz/RLIBS_440cc1b04688f/Matrix/R/Matrix.rdb' is corrupt
Backtrace:
▆
1. ├─manual + ... at test-predict.R:367:3
2. └─manual + ...
3. ├─methods::callGeneric(Matrix(e1), e2)
4. │ └─base::eval(call, parent.frame())
5. │ └─base::eval(call, parent.frame())
6. └─Matrix::Matrix(e1)
── Error ('test-predict.R:553:3'): predict.stLMM_recovery rebuilds grouped random-effect design for newdata ──
Error in `Matrix(e1)`: lazy-load database 'D:/temp/2026_09_01_01_50_00_22259/Rtmpau1wNz/RLIBS_440cc1b04688f/Matrix/R/Matrix.rdb' is corrupt
Backtrace:
▆
1. ├─manual + ... at test-predict.R:553:3
2. └─manual + ...
3. ├─methods::callGeneric(Matrix(e1), e2)
4. │ └─base::eval(call, parent.frame())
5. │ └─base::eval(call, parent.frame())
6. └─Matrix::Matrix(e1)
[ FAIL 4 | WARN 11 | SKIP 0 | PASS 1425 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64