Last updated on 2025-12-19 09:49:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 11.14 | 116.34 | 127.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 7.01 | 79.94 | 86.95 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 18.00 | 181.77 | 199.77 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 17.00 | 185.33 | 202.33 | OK | |
| r-devel-windows-x86_64 | 0.1.3 | 12.00 | 113.00 | 125.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.3 | 10.13 | 109.00 | 119.13 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 9.65 | 107.47 | 117.12 | OK | |
| r-release-macos-arm64 | 0.1.3 | OK | ||||
| r-release-macos-x86_64 | 0.1.3 | 7.00 | 124.00 | 131.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 13.00 | 110.00 | 123.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 7.00 | 131.00 | 138.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 18.00 | 147.00 | 165.00 | OK |
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(vsp)
>
> test_check("vsp")
Loading required package: Matrix
Saving _problems/test-scale-consistency-10.R
Saving _problems/test-scale-consistency-20.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 20 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-scale-consistency.R:10:3'): SVD and factor reconstructions match ──
<std::runtime_error/C++Error/error/condition>
Error: TridiagEigen: eigen decomposition failed
Backtrace:
▆
1. ├─vsp::vsp(A, rank = 5) at test-scale-consistency.R:10:3
2. └─vsp:::vsp.dgCMatrix(A, rank = 5)
3. ├─RSpectra::svds(L, k = rank, nu = rank, nv = rank)
4. └─RSpectra:::svds.dgCMatrix(L, k = rank, nu = rank, nv = rank)
5. └─RSpectra (local) fun(A, k, nu, nv, opts, mattype = "dgCMatrix")
── Error ('test-scale-consistency.R:20:3'): SVD and factor reconstructions match, scaling ──
<std::runtime_error/C++Error/error/condition>
Error: TridiagEigen: eigen decomposition failed
Backtrace:
▆
1. ├─vsp::vsp(A, rank = 5, degree_normalize = TRUE) at test-scale-consistency.R:20:3
2. └─vsp:::vsp.dgCMatrix(A, rank = 5, degree_normalize = TRUE)
3. ├─RSpectra::svds(L, k = rank, nu = rank, nv = rank)
4. └─RSpectra:::svds.dgCMatrix(L, k = rank, nu = rank, nv = rank)
5. └─RSpectra (local) fun(A, k, nu, nv, opts, mattype = "dgCMatrix")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 20 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64