Last updated on 2025-12-21 17:51:01 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| distributions3 | 13 | ||
| fastadi | 13 | ||
| fastRG | 13 | ||
| gdim | 13 | ||
| invertiforms | 13 | ||
| LRMF3 | 13 | ||
| modeltests | 13 | ||
| sparseLRMatrix | 3 | 10 | |
| vsp | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
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