Last updated on 2025-12-03 05:50:40 CET.
| 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: 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
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