CRAN Package Check Results for Package cia

Last updated on 2025-07-29 18:54:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 4.93 67.98 72.91 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 3.27 47.67 50.94 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 112.61 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 107.48 OK
r-devel-windows-x86_64 1.0.0 6.00 154.00 160.00 OK
r-patched-linux-x86_64 1.0.0 5.13 64.53 69.66 OK
r-release-linux-x86_64 1.0.0 4.22 63.90 68.12 OK
r-release-macos-arm64 1.0.0 61.00 OK
r-release-macos-x86_64 1.0.0 127.00 OK
r-release-windows-x86_64 1.0.0 7.00 151.00 158.00 OK
r-oldrel-macos-arm64 1.0.0 221.00 OK
r-oldrel-macos-x86_64 1.0.0 256.00 OK
r-oldrel-windows-x86_64 1.0.0 7.00 199.00 206.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘cia-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: [.cia_chains > ### Title: Index a cia_chains object > ### Aliases: [.cia_chains > > ### ** Examples > > data <- bnlearn::learning.test > > dag <- UniformlySampleDAG(colnames(data)) > partitioned_nodes <- DAGtoPartition(dag) > > scorer <- CreateScorer( + scorer = BNLearnScorer, + data = data + ) > > results <- SampleChains(10, partitioned_nodes, PartitionMCMC(), scorer) Error in serverSocket(port = port) : creation of server socket failed: port 11573 cannot be opened Calls: SampleChains -> <Anonymous> -> makePSOCKcluster -> serverSocket Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed PlotCumulativeMeanTrace 2.309 0.097 6.521 CollectUniqueObjects 0.030 0.012 5.111 PostProcessChains 0.023 0.003 5.263 Flavor: r-devel-linux-x86_64-debian-gcc