Last updated on 2025-06-10 21:51:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 7.47 | 320.76 | 328.23 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.16 | 227.67 | 231.83 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 513.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 543.62 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 10.00 | 428.00 | 438.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 6.99 | 308.84 | 315.83 | OK | |
r-release-linux-x86_64 | 1.0.0 | 7.27 | 311.05 | 318.32 | OK | |
r-release-macos-arm64 | 1.0.0 | 364.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 507.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 9.00 | 435.00 | 444.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 231.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 375.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 13.00 | 564.00 | 577.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [59s/96s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ashapesampler)
>
> test_check("ashapesampler")
[1] "Acceptance Rate is 0.62"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 177 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_mcmc.R:19:3'): mcmc errors ─────────────────────────────────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11544 cannot be opened
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test_mcmc.R:19:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─ashapesampler::generate_ashape3d(...)
7. └─parallel::makeCluster(cores)
8. └─parallel::makePSOCKcluster(names = spec, ...)
9. └─base::serverSocket(port = port)
── Failure ('test_mcmc.R:36:3'): 2D mcmc smooth runs ───────────────────────────
Expected `generate_ashape2d(points2, J, tau)` to run without any errors.
ℹ Actually got a <simpleError> with text:
creation of server socket failed: port 11544 cannot be opened
── Failure ('test_mcmc.R:47:3'): 3D mcmc smooth runs ───────────────────────────
Expected `generate_ashape3d(points3, J, tau)` to run without any errors.
ℹ Actually got a <simpleError> with text:
creation of server socket failed: port 11544 cannot be opened
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 177 ]
Error: Test failures
In addition: There were 21 warnings (use warnings() to see them)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc