CRAN Package Check Results for Package eNetXplorer

Last updated on 2020-09-15 10:00:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 13.31 161.05 174.36 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 11.65 121.64 133.29 OK
r-devel-linux-x86_64-fedora-clang 1.1.2 218.31 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 213.01 OK
r-devel-windows-ix86+x86_64 1.1.2 30.00 203.00 233.00 OK
r-patched-linux-x86_64 1.1.2 13.53 156.87 170.40 OK
r-patched-solaris-x86 1.1.2 203.30 ERROR
r-release-linux-x86_64 1.1.2 13.03 158.25 171.28 OK
r-release-macos-x86_64 1.1.2 OK
r-release-windows-ix86+x86_64 1.1.2 30.00 204.00 234.00 OK
r-oldrel-macos-x86_64 1.1.2 OK
r-oldrel-windows-ix86+x86_64 1.1.2 25.00 180.00 205.00 OK

Check Details

Version: 1.1.2
Check: examples
Result: ERROR
    Running examples in ‘eNetXplorer-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: plotContingency
    > ### Title: generates plot of response vs out-of-bag predictions across
    > ### classes
    > ### Aliases: plotContingency
    >
    > ### ** Examples
    >
    > ## Don't show:
    > set.seed(123)
    > fit = eNetXplorer(x=matrix(rnorm(120),ncol=4),y=c(rep(0,15),rep(1,15)),
    + family="binomial",n_run=5, n_perm_null=4,alpha=c(0.5,1))
    Error during execution of alpha = 0.5
    > plot(x=fit,plot.type="contingency")
    Error in if (x$family %in% c("binomial", "multinomial")) { :
     argument is of length zero
    Calls: plot -> plot.eNetXplorer
    Execution halted
Flavor: r-patched-solaris-x86