CRAN Package Check Results for Package docopulae

Last updated on 2016-12-28 23:47:08.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 1.27 35.22 36.49 OK
r-devel-linux-x86_64-debian-gcc 0.3.3 1.27 34.72 35.99 OK
r-devel-linux-x86_64-fedora-clang 0.3.3 62.80 OK --no-stop-on-test-error
r-devel-linux-x86_64-fedora-gcc 0.3.3 66.10 OK --no-stop-on-test-error
r-devel-macos-x86_64-clang 0.3.3 52.79 OK --no-stop-on-test-error
r-devel-windows-ix86+x86_64 0.3.3 12.00 84.00 96.00 OK
r-patched-linux-x86_64 0.3.3 1.11 30.37 31.48 OK
r-patched-solaris-sparc 0.3.3 402.20 ERROR
r-patched-solaris-x86 0.3.3 73.00 OK
r-release-linux-x86_64 0.3.3 1.09 30.18 31.27 OK
r-release-osx-x86_64-mavericks 0.3.3 OK
r-release-windows-ix86+x86_64 0.3.3 10.00 87.00 97.00 OK
r-oldrel-windows-ix86+x86_64 0.3.3 10.00 81.00 91.00 OK

Memtest notes: clang-UBSAN clang-UBSAN

Check Details

Version: 0.3.3
Check: examples
Result: ERROR
    Running examples in ‘docopulae-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: rowmatch
    > ### Title: Row Matching
    > ### Aliases: rowmatch
    >
    > ### ** Examples
    >
    > a = as.matrix(expand.grid(as.double(2:3), as.double(3:6)))
    > a = a[sample(nrow(a)),]
    > a
     Var1 Var2
    [1,] 2 4
    [2,] 3 6
    [3,] 3 4
    [4,] 2 5
    [5,] 2 3
    [6,] 2 6
    [7,] 3 3
    [8,] 3 5
    >
    > b = as.matrix(expand.grid(as.double(3:4), as.double(2:5)))
    > b = b[sample(nrow(b)),]
    > b
     Var1 Var2
    [1,] 4 4
    [2,] 3 2
    [3,] 4 2
    [4,] 3 5
    [5,] 3 3
    [6,] 4 5
    [7,] 4 3
    [8,] 3 4
    >
    > i = rowmatch(a, b)
    Error in ordt[i] : subscript too large for 32-bit R
    Calls: rowmatch
    Execution halted
Flavor: r-patched-solaris-sparc

Version: 0.3.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [126s/126s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     3: rowmatch(b, a)
    
     2. Error: rowmatch works for a random example (@test_base.R#279) ---------------
     subscript too large for 32-bit R
     1: rowmatch(x, s) at testthat/test_base.R:279
    
     testthat results ================================================================
     OK: 142 SKIPPED: 0 FAILED: 2
     1. Error: rowmatch works in trivial cases (@test_base.R#255)
     2. Error: rowmatch works for a random example (@test_base.R#279)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-sparc