Last updated on 2025-07-05 05:50:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.4 | 63.09 | 148.57 | 211.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0.4 | 41.19 | 111.09 | 152.28 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.4 | 364.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.4 | 332.22 | OK | |||
r-devel-windows-x86_64 | 3.0.4 | 75.00 | 557.00 | 632.00 | OK | |
r-patched-linux-x86_64 | 3.0.4 | 62.22 | 141.83 | 204.05 | OK | |
r-release-linux-x86_64 | 3.0.4 | 58.72 | 141.14 | 199.86 | OK | |
r-release-macos-arm64 | 3.0.4 | 266.00 | OK | |||
r-release-macos-x86_64 | 3.0.4 | 409.00 | OK | |||
r-release-windows-x86_64 | 3.0.4 | 77.00 | 376.00 | 453.00 | OK | |
r-oldrel-macos-arm64 | 3.0.4 | 230.00 | NOTE | |||
r-oldrel-macos-x86_64 | 3.0.4 | 337.00 | NOTE | |||
r-oldrel-windows-x86_64 | 3.0.4 | 91.00 | 495.00 | 586.00 | ERROR |
Version: 3.0.4
Check: installed package size
Result: NOTE
installed size is 10.5Mb
sub-directories of 1Mb or more:
doc 8.2Mb
libs 1.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 3.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [76s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(TDApplied)
>
> test_check("TDApplied")
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 175 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• T is TRUE (5): 'test-python.R:7:3', 'test-python.R:19:3',
'test-python.R:43:3', 'test-python.R:78:3', 'test-python.R:90:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-kmeans.R:90:3'): diagram_kkmeans is computing correctly ────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11511 cannot be opened
Backtrace:
▆
1. └─TDApplied::diagram_kkmeans(...) at test-kmeans.R:90:3
2. └─TDApplied::gram_matrix(...)
3. └─TDApplied::distance_matrix(...)
4. └─parallel::makeCluster(num_workers)
5. └─parallel::makePSOCKcluster(names = spec, ...)
6. └─base::serverSocket(port = port)
── Error ('test-kmeans.R:121:3'): diagram_kkmeans can accept a precomputed Gram matrix ──
Error in `serverSocket(port = port)`: creation of server socket failed: port 11511 cannot be opened
Backtrace:
▆
1. └─TDApplied::gram_matrix(...) at test-kmeans.R:121:3
2. └─TDApplied::distance_matrix(...)
3. └─parallel::makeCluster(num_workers)
4. └─parallel::makePSOCKcluster(names = spec, ...)
5. └─base::serverSocket(port = port)
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 175 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64