CRAN Package Check Results for Package DCD

Last updated on 2019-07-03 01:47:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 18.04 165.62 183.66 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 16.95 133.21 150.16 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 212.22 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 211.84 OK
r-devel-windows-ix86+x86_64 0.1.0 43.00 178.00 221.00 ERROR
r-patched-linux-x86_64 0.1.0 18.55 161.61 180.16 OK
r-patched-solaris-x86 0.1.0 346.70 OK
r-release-linux-x86_64 0.1.0 18.12 161.96 180.08 OK
r-release-windows-ix86+x86_64 0.1.0 41.00 180.00 221.00 ERROR
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 25.00 184.00 209.00 OK
r-oldrel-osx-x86_64 0.1.0 OK

Check Details

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:
     <-CRANwin.fb05.statistik.uni-dortmund.de:11971 (sockconn)
    Execution halted
Flavor: r-devel-windows-ix86+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:
     <-CRANwin.fb05.statistik.uni-dortmund.de:11693 (sockconn)
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘WGCNA’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-osx-x86_64