Last updated on 2026-04-18 03:00:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.5 | 15.85 | 151.85 | 167.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.5 | 10.77 | 113.06 | 123.83 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.5 | 28.00 | 253.55 | 281.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 28.00 | 242.43 | 270.43 | OK | |
| r-devel-macos-arm64 | 0.1.5 | 4.00 | 156.00 | 160.00 | OK | |
| r-devel-windows-x86_64 | 0.1.5 | 22.00 | 574.00 | 596.00 | OK | |
| r-patched-linux-x86_64 | 0.1.5 | 14.48 | 143.34 | 157.82 | OK | |
| r-release-linux-x86_64 | 0.1.5 | 12.71 | 141.23 | 153.94 | OK | |
| r-release-macos-arm64 | 0.1.5 | 4.00 | 148.00 | 152.00 | OK | |
| r-release-macos-x86_64 | 0.1.5 | 11.00 | 433.00 | 444.00 | OK | |
| r-release-windows-x86_64 | 0.1.5 | 18.00 | 528.00 | 546.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | 4.00 | 141.00 | 145.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.5 | 11.00 | 447.00 | 458.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.5 | 27.00 | 468.00 | 495.00 | ERROR |
Version: 0.1.5
Check: tests
Result: ERROR
Running 'spelling.R' [1s]
Running 'testthat.R' [262s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(TSEAL)
>
> test_check("TSEAL")
Saving _problems/test-AuxFunct-9.R
Saving _problems/test-AuxFunct-25.R
Saving _problems/test-Discriminant-56.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 78 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-AuxFunct.R:2:5'): GenerateStepDiscrim ──────────────────────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11844 cannot be opened
Backtrace:
▆
1. └─TSEAL::generateStepDiscrim(...) at test-AuxFunct.R:2:5
2. └─TSEAL::MultiWaveAnalysis(series, f, lev, features, nCores)
3. └─parallel::makeCluster(nCores)
4. └─parallel::makePSOCKcluster(names = spec, ...)
5. └─base::serverSocket(port = port)
── Error ('test-AuxFunct.R:18:5'): testFilters ─────────────────────────────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11844 cannot be opened
Backtrace:
▆
1. └─TSEAL::testFilters(...) at test-AuxFunct.R:18:5
2. └─TSEAL::MultiWaveAnalysis(sampledSeries, f)
3. └─parallel::makeCluster(nCores)
4. └─parallel::makePSOCKcluster(names = spec, ...)
5. └─base::serverSocket(port = port)
── Error ('test-Discriminant.R:49:5'): KFCV ────────────────────────────────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11844 cannot be opened
Backtrace:
▆
1. ├─TSEAL::KFCV(...) at test-Discriminant.R:49:5
2. └─TSEAL:::KFCV.array(...)
3. └─TSEAL::generateStepDiscrim(...)
4. └─TSEAL::MultiWaveAnalysis(series, f, lev, features, nCores)
5. └─parallel::makeCluster(nCores)
6. └─parallel::makePSOCKcluster(names = spec, ...)
7. └─base::serverSocket(port = port)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 78 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64