CRAN Package Check Results for Package robin

Last updated on 2024-05-15 18:56:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 19.04 231.85 250.89 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 16.24 153.42 169.66 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.2 313.14 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 378.56 OK
r-devel-windows-x86_64 1.1.2 17.00 176.00 193.00 OK
r-patched-linux-x86_64 1.1.2 17.29 223.89 241.18 OK
r-release-linux-x86_64 1.1.2 16.51 225.63 242.14 OK
r-release-macos-arm64 1.1.2 80.00 OK
r-release-macos-x86_64 1.1.2 229.00 OK
r-release-windows-x86_64 1.1.2 17.00 182.00 199.00 OK
r-oldrel-macos-arm64 1.1.2 94.00 OK
r-oldrel-macos-x86_64 1.1.2 229.00 OK
r-oldrel-windows-x86_64 1.1.2 22.00 217.00 239.00 OK

Check Details

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