Last updated on 2025-12-28 11:49:26 CET.
| Package | ERROR | OK |
|---|---|---|
| SVMMaj | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.9.3
Check: tests
Result: ERROR
Running ‘test_all.R’ [8s/10s]
Running the tests in ‘tests/test_all.R’ failed.
Complete output:
> library(testthat)
> library(SVMMaj)
Loading required package: parallel
> Sys.setenv(R_TESTS = "")
> test_check("SVMMaj")
Saving _problems/test_svmmaj-59.R
Number of observations: 200
Varying parameters : 1
Number of gridpoints : 3
Start cross validation ...
group 0 of 5 : ***
group 1 of 5 : ***
group 2 of 5 : ***
group 3 of 5 : ***
group 4 of 5 : ***
group 5 of 5 : ***
Getting optimal parameters ...
Done
Number of observations: 200
Varying parameters : 2
Number of gridpoints : 15
Start cross validation ...
group 0 of 5 : ***************
group 1 of 5 : ***************
group 2 of 5 : ***************
group 3 of 5 : ***************
group 4 of 5 : ***************
group 5 of 5 : ***************
Getting optimal parameters ...
Done
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_svmmaj.R:59:5'): Simple nonlinear kernels & decomposition methods ──
Expected `max(abs(model.svd$q - model.chol$q))` < 1e-04.
Actual comparison: 0.00030 >= 0.00010
Difference: 0.00020 >= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64