CRAN Package Check Results for Package multilaterals

Last updated on 2024-05-16 06:12:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 3.08 44.98 48.06 OK
r-devel-linux-x86_64-debian-gcc 1.0 2.20 26.75 28.95 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 58.76 OK
r-devel-linux-x86_64-fedora-gcc 1.0 61.64 OK
r-devel-windows-x86_64 1.0 4.00 62.00 66.00 OK
r-patched-linux-x86_64 1.0 2.86 42.57 45.43 OK
r-release-linux-x86_64 1.0 1.85 41.36 43.21 OK
r-release-macos-arm64 1.0 23.00 OK
r-release-windows-x86_64 1.0 4.00 61.00 65.00 OK
r-oldrel-macos-arm64 1.0 22.00 OK
r-oldrel-macos-x86_64 1.0 32.00 OK
r-oldrel-windows-x86_64 1.0 4.00 64.00 68.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘multilaterals-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: multicompPAR > ### Title: multicompPAR > ### Aliases: multicompPAR > > ### ** Examples > > > library(igraph) Attaching package: ‘igraph’ The following objects are masked from ‘package:stats’: decompose, spectrum The following object is masked from ‘package:base’: union > library(ape) Attaching package: ‘ape’ The following objects are masked from ‘package:igraph’: degree, edges, mst, ring > library(parallel) > > data('multil_data') > multicompPAR(dat.q,dat.p,transitivity='mst',var.agg=c('year','region'), + bench=1,period=2010,idx='fisher',Cores=1,plotting=FALSE) starting worker pid=357391 on localhost:11506 at 01:10:00.166 Error in unserialize(node$con) : 'parent' is not an environment Calls: <Anonymous> ... doTryCatch -> recvData -> recvData.SOCKnode -> unserialize Execution halted Error in unserialize(node$con) : error reading from connection Calls: multicompPAR ... FUN -> recvData -> recvData.SOCKnode -> unserialize Execution halted Flavor: r-devel-linux-x86_64-debian-gcc