Last updated on 2025-07-05 18:49:47 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
TDApplied | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
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