Last updated on 2025-09-29 16:50:15 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
BatchJobs | 13 | ||
BBmisc | 13 | ||
parallelMap | 1 | 2 | 10 |
tspmeta | 7 | 6 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 1.13
Check: Rd files
Result: NOTE
checkRd: (-1) getOperatingSystem.Rd:26: Lost braces in \itemize; meant \describe ?
checkRd: (-1) getOperatingSystem.Rd:27: Lost braces in \itemize; meant \describe ?
checkRd: (-1) getOperatingSystem.Rd:28: Lost braces in \itemize; meant \describe ?
checkRd: (-1) getOperatingSystem.Rd:29: Lost braces in \itemize; meant \describe ?
checkRd: (-1) getOperatingSystem.Rd:30: Lost braces in \itemize; meant \describe ?
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘run-all.R’ [19s/30s]
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 1 | SKIP 1 | PASS 89 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_mpi.R:7:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_reproducibility.R:19:3'): socket: reproducibility can be turned off ──
Error in `serverSocket(port = port)`: creation of server socket failed: port 11286 cannot be opened
Backtrace:
▆
1. └─parallelMap::parallelStartSocket(cpus = 2, reproducible = FALSE) at test_reproducibility.R:19:3
2. └─parallelMap::parallelStart(...)
3. └─parallel::makePSOCKcluster(names = names, ...)
4. └─base::serverSocket(port = port)
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 89 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
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
Current CRAN status: NOTE: 7, OK: 6
Version: 1.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Bernd Bischl <bernd_bischl@gmx.net>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Bernd",
family = "Bischl",
role = c("aut", "cre"),
email = "bernd_bischl@gmx.net"),
person(given = "Jakob",
family = "Bossek",
role = "aut",
email = "jakob.bossek@tu-dortmund.de"),
person(given = "Olaf",
family = "Mersmann",
role = "aut",
email = "olafm@p-value.net"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2
Check: compiled code
Result: NOTE
File ‘tspmeta/libs/tspmeta.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64