CRAN Package Check Results for Package DCD

Last updated on 2019-04-13 01:57:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 19.36 165.75 185.11 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 16.54 130.46 147.00 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 226.66 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 213.16 OK
r-devel-windows-ix86+x86_64 0.1.0 57.00 159.00 216.00 ERROR
r-patched-linux-x86_64 0.1.0 16.26 160.28 176.54 OK
r-patched-solaris-x86 0.1.0 345.00 OK
r-release-linux-x86_64 0.1.0 13.26 162.47 175.73 OK
r-release-windows-ix86+x86_64 0.1.0 33.00 238.00 271.00 OK
r-release-osx-x86_64 0.1.0 OK
r-oldrel-windows-ix86+x86_64 0.1.0 25.00 159.00 184.00 WARN
r-oldrel-osx-x86_64 0.1.0 ERROR

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:11389 (sockconn)
    Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.1.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: S3 methods '[.fun_list', '[.grouped_df', 'all.equal.tbl_df', 'anti_join.data.frame', 'anti_join.tbl_df', 'arrange.data.frame', 'arrange.default', 'arrange.grouped_df', 'arrange.tbl_df', 'arrange_.data.frame', 'arrange_.tbl_df', 'as.data.frame.grouped_df', 'as.data.frame.rowwise_df', 'as.data.frame.tbl_cube', 'as.table.tbl_cube', 'as.tbl.data.frame', 'as.tbl.tbl', 'as.tbl_cube.array', 'as.tbl_cube.data.frame', 'as.tbl_cube.matrix', 'as.tbl_cube.table', 'as_tibble.grouped_df', 'as_tibble.tbl_cube', 'auto_copy.tbl_cube', 'auto_copy.tbl_df', 'cbind.grouped_df', 'collapse.data.frame', 'collect.data.frame', 'common_by.NULL', 'common_by.character', 'common_by.default', 'common_by.list', 'compute.data.frame', 'copy_to.DBIConnection', 'copy_to.src_local', 'default_missing.data.frame', 'default_missing.default', 'dim.tbl_cube', 'distinct.data.frame', 'distinct.default', 'distinct.grouped_df', 'distinct.tbl_df', 'distinct_.data.frame', 'distinct_.grouped_df', 'distinct_.tbl_df', 'do.NULL', 'do.da [... truncated]
Flavor: r-oldrel-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-oldrel-osx-x86_64