CRAN Package Check Results for Maintainer ‘Valeria Policastro <valeria.policastro at gmail.com>’

Last updated on 2024-05-16 03:56:01 CEST.

Package ERROR OK
robin 1 12

Package robin

Current CRAN status: ERROR: 1, OK: 12

Version: 1.1.2
Check: examples
Result: ERROR Running examples in ‘robin-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: robinCompareFast > ### Title: robinCompareFast > ### Aliases: robinCompareFast > > ### ** Examples > > my_file <- system.file("example/football.gml", package="robin") > graph <- prepGraph(file=my_file, file.format="gml") Warning in read.graph.gml(file, ...) : At vendor/cigraph/src/io/gml.c:147 : Unterminated entity or stray & character found, will be returned verbatim. > robinCompareFast(graph=graph, method1="louvain", + method2="fastGreedy", measure="vi") Detecting robin method independent type, wait it can take time it depends on the size of the network. Error in unserialize(node$con) : error reading from connection Calls: robinCompareFast ... FUN -> recvData -> recvData.SOCKnode -> unserialize Execution halted Flavor: r-devel-linux-x86_64-debian-gcc