Last updated on 2024-02-12 08:05:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 2.76 | 38.74 | 41.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 3.71 | 28.68 | 32.39 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 53.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 50.52 | ERROR | |||
r-devel-windows-x86_64 | 0.1-1 | 5.00 | 55.00 | 60.00 | ERROR | |
r-patched-linux-x86_64 | 0.1-1 | 6.14 | 38.20 | 44.34 | ERROR | |
r-release-linux-x86_64 | 0.1-1 | 4.97 | 38.70 | 43.67 | ERROR | |
r-release-macos-arm64 | 0.1-1 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.1-1 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.1-1 | 6.00 | 57.00 | 63.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1-1 | 25.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1-1 | 7.00 | 63.00 | 70.00 | ERROR |
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘VertexSort-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dpr, sdpr, dnpr, idpr, odpr
> ### Title: Functions for Network Randomization using different algorithms
> ### Aliases: dpr sdpr dnpr idpr odpr
> ### Keywords: Graphs Optimization
>
> ### ** Examples
>
> ## generate a random graph of the kinase-phosphatase network by using
> ## each of the five algorithms
>
> ## load the VertexSort library
> library(VertexSort)
>
> ## load interactions of the kinase-phosphatase network (kp-net)
> data("interactions")
> vs_kp_net <- vertex.sort(interactions)
Error in add_vertices(e1, la, attr = e2) :
At rinterface_extra.c:78 : Expecting a scalar integer but received a vector of length 2. Invalid value
Calls: vertex.sort -> apply.vertex.sort -> +.igraph -> add_vertices
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘VertexSort-Ex.R’ failed
The error most likely occurred in:
> ### Name: dpr, sdpr, dnpr, idpr, odpr
> ### Title: Functions for Network Randomization using different algorithms
> ### Aliases: dpr sdpr dnpr idpr odpr
> ### Keywords: Graphs Optimization
>
> ### ** Examples
>
> ## generate a random graph of the kinase-phosphatase network by using
> ## each of the five algorithms
>
> ## load the VertexSort library
> library(VertexSort)
>
> ## load interactions of the kinase-phosphatase network (kp-net)
> data("interactions")
> vs_kp_net <- vertex.sort(interactions)
Error in add_vertices(e1, la, attr = e2) :
At rinterface_extra.c:78 : Expecting a scalar integer but received a vector of length 2. Invalid value
Calls: vertex.sort -> apply.vertex.sort -> +.igraph -> add_vertices
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64