Last updated on 2026-06-07 15:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 3.24 | 51.77 | 55.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 2.25 | 39.33 | 41.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 84.60 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 81.78 | OK | |||
| r-devel-windows-x86_64 | 1.5.1 | 6.00 | 78.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 3.29 | 48.79 | 52.08 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 3.12 | 48.95 | 52.07 | OK | |
| r-release-macos-arm64 | 1.5.1 | 1.00 | 19.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 2.00 | 63.00 | 65.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 5.00 | 76.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.1 | 2.00 | 59.00 | 61.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 6.00 | 100.00 | 106.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘run-all.R’ [16s/24s]
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 1 | WARN 2 | SKIP 4 | PASS 74 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_mpi.R:7:3'
• empty test (3): , ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_batchtools.R:12:3'): batchtools mode ───────────────────────────
Error in `gzfile(file, mode)`: cannot open the connection
Backtrace:
▆
1. └─parallelMap:::partest1() at test_batchtools.R:12:3
2. ├─testthat::expect_equal(...) at ./helpers.R:14:3
3. │ └─testthat::quasi_label(enquo(object), label)
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─parallelMap::parallelMap(identity, y, simplify = TRUE, use.names = TRUE)
6. └─batchtools::submitJobs(...)
7. └─reg$cluster.functions$submitJob(reg = reg, jc = jc)
8. ├─batchtools::doJobCollection(jc, output = jc$log.file)
9. └─batchtools:::doJobCollection.JobCollection(jc, output = jc$log.file)
10. └─batchtools:::writeRDS(...)
11. └─base::saveRDS(object, file = file, version = 2L, compress = compress)
12. └─base::gzfile(file, mode)
[ FAIL 1 | WARN 2 | SKIP 4 | PASS 74 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc