Last updated on 2017-02-24 23:52:45.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.2 | 14.58 | 93.43 | 108.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.2 | 15.45 | 88.21 | 103.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4.2 | 239.64 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.4.2 | 208.23 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.4.2 | 165.77 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.4.2 | 45.00 | 246.00 | 291.00 | OK | |
r-patched-linux-x86_64 | 1.4.2 | 11.98 | 88.67 | 100.65 | OK | |
r-patched-solaris-sparc | 1.4.2 | 1053.00 | ERROR | |||
r-patched-solaris-x86 | 1.4.2 | 251.80 | OK | |||
r-release-linux-x86_64 | 1.4.2 | 13.21 | 90.40 | 103.61 | OK | |
r-release-osx-x86_64-mavericks | 1.4.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.4.2 | 43.00 | 174.00 | 217.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.4.2 | 49.00 | 259.00 | 308.00 | NOTE |
Version: 1.4.2
Check: compiled code
Result: NOTE
File ‘qgraph/libs/qgraph.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.4.2
Flags: --no-stop-on-test-error
Check: compiled code
Result: NOTE
File ‘qgraph/libs/qgraph.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 1.4.2
Check: examples
Result: ERROR
Running examples in ‘qgraph-Ex.R’ failed
The error most likely occurred in:
> ### Name: centrality_auto
> ### Title: Automatic centrality statistics of graphs
> ### Aliases: centrality_auto
> ### Keywords: graphs centrality
>
> ### ** Examples
>
> set.seed(1)
> adj <- matrix(sample(0:1,10^2,TRUE,prob=c(0.8,0.2)),nrow=10,ncol=10)
> Q <- qgraph(adj)
> centrality_auto(Q)
*** caught segfault ***
address 85c00000, cause 'memory not mapped'
Traceback:
1: base::.Call(.NAME, ...)
2: .Call("R_igraph_graph_adjacency", adjmatrix, as.numeric(mode), PACKAGE = "igraph")
3: graph.adjacency.dense(adjmatrix, mode = mode, weighted = weighted, diag = diag)
4: graph.adjacency(adjmatrix = abs(1/x), mode = ifelse(directed.gr, "directed", "undirected"), weighted = (if (weighted.gr) TRUE), diag = FALSE)
5: centrality_auto(Q)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-sparc
Version: 1.4.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'RSVGTipsDevice'
Flavor: r-oldrel-windows-ix86+x86_64