Last updated on 2023-01-25 04:51:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 35.32 | 277.31 | 312.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 26.89 | 206.86 | 233.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 377.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 373.17 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 32.00 | 286.00 | 318.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 32.01 | 259.61 | 291.62 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 28.58 | 266.14 | 294.72 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 97.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.0 | 159.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 32.00 | 285.00 | 317.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.0 | 155.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.0 | 120.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 13.00 | 32.00 | 45.00 | ERROR |
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'DCD-Ex.R' failed
The error most likely occurred in:
> ### Name: DCD
> ### Title: Differential Community Detection for Paired Biological Networks,
> ### for e.g. case vs control
> ### Aliases: DCD
>
> ### ** Examples
>
>
> DCD_output <- DCD()
..connectivity..
..matrix multiplication (system BLAS)..
..normalization..
..done.
..connectivity..
..matrix multiplication (system BLAS)..
..normalization..
..done.
> ## Not run:
> ##D library(igraph)
> ##D g_A <- sample_grg(200, 0.15, torus=FALSE, coords = FALSE)
> ##D g_B <- permute(g_A,c(sample(20),21:200))
> ##D ground_truth <- c(rep(1,20),rep(0,180))
> ##D DCD_output2 <- DCD(g_A = g_A, g_B = g_B, method = "Spectral", mink = 7,
> ##D ground_truth = ground_truth, plot_flag = 1, color = "red",
> ##D iter = 1, cores = 1 )
> ##D
> ## End(Not run)
>
>
>
> cleanEx()
Error: connections left open:
<-CRANWIN2.fb05.statistik.uni-dortmund.de:11856 (sockconn)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'DCD-Ex.R' failed
The error most likely occurred in:
> ### Name: DCD
> ### Title: Differential Community Detection for Paired Biological Networks,
> ### for e.g. case vs control
> ### Aliases: DCD
>
> ### ** Examples
>
>
> DCD_output <- DCD()
..connectivity..
..matrix multiplication (system BLAS)..
..normalization..
..done.
..connectivity..
..matrix multiplication (system BLAS)..
..normalization..
..done.
> ## Not run:
> ##D library(igraph)
> ##D g_A <- sample_grg(200, 0.15, torus=FALSE, coords = FALSE)
> ##D g_B <- permute(g_A,c(sample(20),21:200))
> ##D ground_truth <- c(rep(1,20),rep(0,180))
> ##D DCD_output2 <- DCD(g_A = g_A, g_B = g_B, method = "Spectral", mink = 7,
> ##D ground_truth = ground_truth, plot_flag = 1, color = "red",
> ##D iter = 1, cores = 1 )
> ##D
> ## End(Not run)
>
>
>
> cleanEx()
Error: connections left open:
<-CRANWIN2.fb05.statistik.uni-dortmund.de:11576 (sockconn)
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64