CRAN Package Check Results for Package ParallelLogger

Last updated on 2026-01-23 21:49:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.5.1 2.73 50.45 53.18 OK
r-devel-linux-x86_64-debian-gcc 3.5.1 ERROR
r-devel-linux-x86_64-fedora-clang 3.5.1 78.80 OK
r-devel-linux-x86_64-fedora-gcc 3.5.1 89.02 OK
r-devel-windows-x86_64 3.5.1 6.00 104.00 110.00 OK
r-patched-linux-x86_64 3.5.1 2.86 44.88 47.74 OK
r-release-linux-x86_64 3.5.1 2.40 44.64 47.04 OK
r-release-macos-arm64 3.5.1 OK
r-release-macos-x86_64 3.5.1 3.00 150.00 153.00 OK
r-release-windows-x86_64 3.5.1 6.00 101.00 107.00 OK
r-oldrel-macos-arm64 3.5.1 OK
r-oldrel-macos-x86_64 3.5.1 3.00 169.00 172.00 OK
r-oldrel-windows-x86_64 3.5.1 6.00 111.00 117.00 OK

Check Details

Version: 3.5.1
Check: examples
Result: ERROR Running examples in ‘ParallelLogger-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: makeCluster > ### Title: Create a cluster of nodes for parallel computation > ### Aliases: makeCluster > > ### ** Examples > > fun <- function(x) { + return (x^2) + } > > cluster <- makeCluster(numberOfThreads = 3) Warning in socketConnection(port = port, server = TRUE, blocking = TRUE, : port 11290 cannot be opened Error in socketConnection(port = port, server = TRUE, blocking = TRUE, : cannot open the connection Calls: makeCluster ... <Anonymous> -> makeSOCKcluster -> newSOCKnode -> socketConnection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc