CRAN Package Check Results for Package data.table

Last updated on 2014-09-12 01:48:02.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.2 7.56 98.38 105.94 NOTE
r-devel-linux-x86_64-debian-gcc 1.9.2 9.93 101.12 111.05 NOTE
r-devel-linux-x86_64-fedora-clang 1.9.2 221.71 NOTE
r-devel-linux-x86_64-fedora-gcc 1.9.2 219.12 NOTE
r-devel-osx-x86_64-clang 1.9.2 179.12 NOTE
r-devel-windows-ix86+x86_64 1.9.2 35.00 188.00 223.00 NOTE
r-patched-linux-x86_64 1.9.2 11.00 103.51 114.51 OK
r-patched-solaris-sparc 1.9.2 635.20 ERROR
r-patched-solaris-x86 1.9.2 285.20 OK
r-release-linux-ix86 1.9.2 12.47 130.88 143.35 OK
r-release-linux-x86_64 1.9.2 10.88 105.41 116.29 OK
r-release-osx-x86_64-mavericks 1.9.2 OK
r-release-osx-x86_64-snowleopard 1.9.2 OK
r-release-windows-ix86+x86_64 1.9.2 37.00 202.00 239.00 OK
r-oldrel-windows-ix86+x86_64 1.9.2 35.00 226.00 261.00 OK

Check Details

Version: 1.9.2
Check: R code for possible problems
Result: NOTE
    as.chron.IDate: no visible global function definition for ‘chron’
    as.chron.IDate: no visible global function definition for ‘as.chron’
    as.chron.ITime: no visible global function definition for ‘chron’
    as.chron.ITime: no visible global function definition for ‘as.chron’
    examples.IDateTime: no visible global function definition for
     ‘as.chron’
    examples.IDateTime: no visible global function definition for ‘chron’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64

Version: 1.9.2
Check: tests
Result: ERROR
    Running the tests in ‘tests/tests.R’ failed.
    Last 13 lines of output:
     5: 2 13
     6: 3 14
     > y = data.table(g = c(NA, NaN, Inf, 1, 2, 3), V1 = INT(20, 17, 7, 7, 13, 14))
     g V1 [Key= Types=num,int]
     1: NA 20
     2: NaN 17
     ---
     5: 2 13
     6: 3 14
     Error in eval(expr, envir, enclos) :
     4 errors out of 1220 in inst/tests/tests.Rraw. Search tests.Rraw for test numbers: 1101,1147.3,1211,1212. The test() function is defined at the top of tests.Rraw and contains usage info.
     Calls: test.data.table -> sys.source -> eval -> eval
     Execution halted
Flavor: r-patched-solaris-sparc