CRAN Package Check Results for Package coop

Last updated on 2016-10-24 23:48:11.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-0 2.10 13.37 15.47 OK
r-devel-linux-x86_64-debian-gcc 0.4-0 1.96 13.29 15.25 OK
r-devel-linux-x86_64-fedora-clang 0.4-0 26.95 OK
r-devel-linux-x86_64-fedora-gcc 0.4-0 24.92 OK
r-devel-macos-x86_64-clang 0.4-0 23.39 OK
r-devel-windows-ix86+x86_64 0.4-0 16.00 62.00 78.00 ERROR
r-patched-linux-x86_64 0.4-0 1.68 12.17 13.85 OK
r-patched-solaris-sparc 0.4-0 127.70 OK
r-patched-solaris-x86 0.4-0 34.50 OK
r-release-linux-x86_64 0.4-0 1.68 12.27 13.95 OK
r-release-osx-x86_64-mavericks 0.4-0 OK
r-release-windows-ix86+x86_64 0.4-0 14.00 37.00 51.00 OK
r-oldrel-windows-ix86+x86_64 0.4-0 17.00 68.00 85.00 OK

Check Details

Version: 0.4-0
Check: running tests for arch ‘i386’
Result: ERROR
    Running the tests in 'tests/naomit.r' failed.
    Last 13 lines of output:
     > m <- 10
     > n <- 2
     > len <- m*n
     >
     > x <- matrix(rnorm(m*n, sd=10000), m, n)
     >
     > y <- x
     > prop <- .01
     > y[sample(len, size=len*prop)] <- NA
     >
     > if (any(dim(na.omit(y)) == 0)) stop("zeros")
     > stopifnot(all.equal(na.omit(y), naomit(y), check.attributes=FALSE))
     Error: na.omit(y) and naomit(y) are not equal:
     Mean relative difference: 1
     Execution halted
Flavor: r-devel-windows-ix86+x86_64