CRAN Package Check Results for Package threejs

Last updated on 2019-11-26 00:52:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 4.93 40.47 45.40 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 4.02 32.49 36.51 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 53.70 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 52.98 OK
r-devel-windows-ix86+x86_64 0.3.1 24.00 96.00 120.00 OK
r-devel-windows-ix86+x86_64-gcc8 0.3.1 11.00 67.00 78.00 OK
r-patched-linux-x86_64 0.3.1 4.39 40.19 44.58 OK
r-patched-solaris-x86 0.3.1 88.10 OK
r-release-linux-x86_64 0.3.1 3.97 39.99 43.96 OK
r-release-windows-ix86+x86_64 0.3.1 14.00 64.00 78.00 OK
r-release-osx-x86_64 0.3.1 OK
r-oldrel-windows-ix86+x86_64 0.3.1 7.00 86.00 93.00 OK
r-oldrel-osx-x86_64 0.3.1 ERROR

Check Details

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in ‘threejs-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: graphjs
    > ### Title: Interactive 3D Graph Visualization
    > ### Aliases: graphjs
    >
    > ### ** Examples
    >
    > set.seed(1)
    > g <- sample_islands(3, 10, 5/10, 1)
    > i <- cluster_optimal(g)
    Error in cluster_optimal(g) :
     At optimal_modularity.c:85 : GLPK is not available, Unimplemented function call
    Execution halted
Flavor: r-oldrel-osx-x86_64