Last updated on 2025-12-03 01:50:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 2.90 | 53.24 | 56.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 1.89 | 43.28 | 45.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 81.25 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 76.33 | OK | |||
| r-devel-windows-x86_64 | 1.5.1 | 8.00 | 76.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 3.41 | 49.18 | 52.59 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 2.78 | 49.35 | 52.13 | OK | |
| r-release-macos-arm64 | 1.5.1 | OK | ||||
| r-release-macos-x86_64 | 1.5.1 | 4.00 | 57.00 | 61.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 5.00 | 75.00 | 80.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.5.1 | 2.00 | 45.00 | 47.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.5.1 | 5.00 | 91.00 | 96.00 | ERROR |
Version: 1.5.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.5.1
Check: tests
Result: ERROR
Running 'run-all.R' [29s]
Running the tests in 'tests/run-all.R' failed.
Complete output:
> # FIXME: R CMD check does not run on true batch systems, but maybe it does not have to
> # we can check there with 'make test' and run 'make check' locally
>
> library(testthat)
> test_check("parallelMap")
Loading required package: parallelMap
[ FAIL 0 | WARN 0 | SKIP 8 | PASS 86 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_mpi.R:7:3'
• On Windows (4): 'test_reproducibility.R:33:3', 'test_reproducibility.R:51:3',
'test_reproducibility.R:68:3', 'test_reproducibility.R:88:3'
• empty test (3): , ,
[ FAIL 0 | WARN 0 | SKIP 8 | PASS 86 ]
>
> # #FIXME: bad hack
> # # for some reason using test_package and opening a socked node
> # # blocks R CMD check
> # # but we really want to test at least one real parallel mode on cran
>
> # if (!interactive()) {
> library(BBmisc)
> library(parallelMap)
> source("testthat/helpers.R")
> source("testthat/helper_sockettest.R")
> sockettest()
Error in serverSocket(port = port) :
creation of server socket failed: port 11010 cannot be opened
Calls: sockettest ... parallelStartSocket -> parallelStart -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-oldrel-windows-x86_64