CRAN Package Check Results for Package rviewgraph

Last updated on 2020-04-16 06:48:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 3.89 36.62 40.51 OK
r-devel-linux-x86_64-debian-gcc 1.2 2.80 28.67 31.47 OK
r-devel-linux-x86_64-fedora-clang 1.2.1 52.06 OK
r-devel-linux-x86_64-fedora-gcc 1.2.1 49.85 OK
r-devel-windows-ix86+x86_64 1.2 8.00 47.00 55.00 OK
r-devel-windows-ix86+x86_64-gcc8 1.2 8.00 47.00 55.00 OK
r-patched-linux-x86_64 1.2 3.72 35.59 39.31 OK
r-patched-osx-x86_64 1.2 ERROR
r-patched-solaris-x86 1.2.1 87.90 ERROR
r-release-linux-x86_64 1.2 3.01 33.00 36.01 OK
r-release-windows-ix86+x86_64 1.2 8.00 46.00 54.00 OK
r-release-osx-x86_64 1.2 ERROR
r-oldrel-windows-ix86+x86_64 1.2 6.00 47.00 53.00 OK
r-oldrel-osx-x86_64 1.2 ERROR

Check Details

Version: 1.2
Check: examples
Result: ERROR
    Running examples in ‘rviewgraph-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: rViewGraph
    > ### Title: This is a function to create and start the Java graph animation
    > ### GUI.
    > ### Aliases: rViewGraph rViewGraph.default rViewGraph.Matrix
    > ### rViewGraph.igraph
    > ### Keywords: graph
    >
    > ### ** Examples
    >
    > #
    > # Viewing an Erdos Renyui random graph specified by random edges.
    > f = sample(100,size=200,replace=TRUE)
    > t = sample(100,size=200,replace=TRUE)
    > vft = rViewGraph(cbind(f,t))
    Error in .jnew("rviewgraph/RViewGraph", v, f, t, x, y, directed, running) :
     java.awt.HeadlessException
    Calls: rViewGraph ... rViewGraph.default -> rViewGraphCore -> init -> .jnew
    Execution halted
Flavors: r-patched-osx-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.2.1
Check: examples
Result: ERROR
    Running examples in ‘rviewgraph-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: rViewGraph
    > ### Title: This is a function to create and start the 'Java' graph
    > ### animation GUI.
    > ### Aliases: rViewGraph rViewGraph.default rViewGraph.Matrix
    > ### rViewGraph.igraph
    > ### Keywords: graph
    >
    > ### ** Examples
    >
    > #
    > # Viewing an Erdos Renyui random graph specified by random edges.
    > f = sample(100,size=200,replace=TRUE)
    > t = sample(100,size=200,replace=TRUE)
    > vft = rViewGraph(cbind(f,t))
    Error in .jnew("rviewgraph/RViewGraph", v, f, t, x, y, directed, running) :
     java.lang.UnsupportedClassVersionError: rviewgraph/RViewGraph : Unsupported major.minor version 52.0
    Calls: rViewGraph ... rViewGraph.default -> rViewGraphCore -> init -> .jnew
    Execution halted
Flavor: r-patched-solaris-x86