CRAN Package Check Results for Package data.table

Last updated on 2020-08-07 01:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.13.0 39.98 330.81 370.79 OK
r-devel-linux-x86_64-debian-gcc 1.13.0 32.35 233.68 266.03 ERROR
r-devel-linux-x86_64-fedora-clang 1.13.0 419.12 ERROR
r-devel-linux-x86_64-fedora-gcc 1.13.0 394.63 ERROR
r-devel-windows-ix86+x86_64 1.13.0 134.00 271.00 405.00 ERROR
r-patched-linux-x86_64 1.13.0 35.79 294.80 330.59 ERROR
r-patched-solaris-x86 1.13.0 ERROR
r-release-linux-x86_64 1.13.0 35.48 292.34 327.82 ERROR
r-release-macos-x86_64 1.13.0 OK
r-release-windows-ix86+x86_64 1.13.0 140.00 197.00 337.00 ERROR
r-oldrel-macos-x86_64 1.13.0 ERROR
r-oldrel-windows-ix86+x86_64 1.13.0 215.00 652.00 867.00 ERROR

Additional issues

valgrind

Check Details

Version: 1.13.0
Check: tests
Result: ERROR
     Running ‘autoprint.R’ [0s/1s]
     Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
     Running ‘froll.R’ [19s/31s]
     Running ‘knitr.R’ [1s/1s]
     Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
     Running ‘main.R’ [113s/164s]
     Running ‘nafill.R’ [1s/4s]
     Running ‘other.R’ [0s/1s]
     Running ‘types.R’ [0s/1s]
    Running the tests in ‘tests/main.R’ failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 3
     omp_get_max_threads() 3
     OMP_THREAD_LIMIT 3
     OMP_NUM_THREADS 3
     RestoreAfterFork true
     data.table is using 3 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Thu Aug 6 20:46:10 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Vienna', Sys.getlocale()=='LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=C;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==3; omp_get_max_threads()==3; OMP_THREAD_LIMIT==3; OMP_NUM_THREADS==3; RestoreAfterFork==true; data.table is using 3 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9997. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.13.0
Check: tests
Result: ERROR
     Running ‘autoprint.R’
     Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
     Running ‘froll.R’ [38s/89s]
     Running ‘knitr.R’
     Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
     Running ‘main.R’ [155s/177s]
     Running ‘nafill.R’
     Running ‘other.R’
     Running ‘types.R’
    Running the tests in ‘tests/main.R’ failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 24
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 24
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: /data/gannet/ripley/R/packages/tests-clang/data.table.Rcheck/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Wed Aug 5 04:22:45 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/London', Sys.getlocale()=='LC_CTYPE=en_GB.utf8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()=='omp_get_num_procs()==24; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==24; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9997. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.13.0
Check: tests
Result: ERROR
     Running ‘autoprint.R’
     Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
     Running ‘froll.R’ [33s/65s]
     Running ‘knitr.R’
     Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
     Running ‘main.R’ [150s/199s]
     Running ‘nafill.R’
     Running ‘other.R’
     Running ‘types.R’
    Running the tests in ‘tests/main.R’ failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 24
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 24
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: /data/gannet/ripley/R/packages/tests-devel/data.table.Rcheck/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Wed Aug 5 02:20:47 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/London', Sys.getlocale()=='LC_CTYPE=en_GB.utf8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()=='omp_get_num_procs()==24; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==24; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9997. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.13.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'autoprint.R' [1s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [28s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [3s]
     Running 'nafill.R' [2s]
     Running 'other.R' [1s]
     Running 'types.R' [1s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/tests.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Mon Aug 03 21:34:52 2020 endian==little, sizeof(long double)==12, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     Failed after test 113 before the next test() call in D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/tests.Rraw.bz2
     Execution halted
    Running the tests in 'tests/nafill.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     > test.data.table(script="nafill.Rraw")
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/nafill.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Mon Aug 03 21:34:57 2020 endian==little, sizeof(long double)==12, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table(script = "nafill.Rraw") :
     Failed after test 1.94 before the next test() call in D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/nafill.Rraw.bz2
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.13.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'autoprint.R' [1s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [32s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [3s]
     Running 'nafill.R' [2s]
     Running 'other.R' [1s]
     Running 'types.R' [1s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/tests.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Mon Aug 03 21:35:36 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     Failed after test 113 before the next test() call in D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/tests.Rraw.bz2
     Execution halted
    Running the tests in 'tests/nafill.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     > test.data.table(script="nafill.Rraw")
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/nafill.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Mon Aug 03 21:35:38 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table(script = "nafill.Rraw") :
     Failed after test 1.94 before the next test() call in D:/temp/RtmpwJxbOq/RLIBS_1d76462131901/data.table/tests/nafill.Rraw.bz2
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.13.0
Check: tests
Result: ERROR
     Running ‘autoprint.R’ [1s/1s]
     Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
     Running ‘froll.R’ [28s/31s]
     Running ‘knitr.R’ [1s/1s]
     Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
     Running ‘main.R’ [134s/145s]
     Running ‘nafill.R’ [2s/3s]
     Running ‘other.R’ [0s/1s]
     Running ‘types.R’ [1s/1s]
    Running the tests in ‘tests/main.R’ failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 3
     omp_get_max_threads() 3
     OMP_THREAD_LIMIT 3
     OMP_NUM_THREADS 3
     RestoreAfterFork true
     data.table is using 3 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Wed Aug 5 14:43:22 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Vienna', Sys.getlocale()=='LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=C;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==3; omp_get_max_threads()==3; OMP_THREAD_LIMIT==3; OMP_NUM_THREADS==3; RestoreAfterFork==true; data.table is using 3 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9997. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.13.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavors: r-patched-solaris-x86, r-oldrel-macos-x86_64

Version: 1.13.0
Check: tests
Result: ERROR
     Running ‘autoprint.R’ [1s/1s]
     Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
     Running ‘froll.R’ [28s/33s]
     Running ‘knitr.R’ [1s/1s]
     Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
     Running ‘main.R’ [134s/147s]
     Running ‘nafill.R’ [2s/3s]
     Running ‘other.R’ [0s/1s]
     Running ‘types.R’ [1s/1s]
    Running the tests in ‘tests/main.R’ failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 3
     omp_get_max_threads() 3
     OMP_THREAD_LIMIT 3
     OMP_NUM_THREADS 3
     RestoreAfterFork true
     data.table is using 3 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Thu Aug 6 06:43:56 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Vienna', Sys.getlocale()=='LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=C;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==3; omp_get_max_threads()==3; OMP_THREAD_LIMIT==3; OMP_NUM_THREADS==3; RestoreAfterFork==true; data.table is using 3 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9997. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.13.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'autoprint.R' [0s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [22s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [2s]
     Running 'nafill.R' [1s]
     Running 'other.R' [0s]
     Running 'types.R' [1s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/tests.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Sun Aug 02 22:13:19 2020 endian==little, sizeof(long double)==12, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     Failed after test 113 before the next test() call in D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/tests.Rraw.bz2
     Execution halted
    Running the tests in 'tests/nafill.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     > test.data.table(script="nafill.Rraw")
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/nafill.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Sun Aug 02 22:13:22 2020 endian==little, sizeof(long double)==12, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table(script = "nafill.Rraw") :
     Failed after test 1.94 before the next test() call in D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/nafill.Rraw.bz2
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.13.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'autoprint.R' [1s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [26s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [3s]
     Running 'nafill.R' [2s]
     Running 'other.R' [0s]
     Running 'types.R' [1s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/tests.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Sun Aug 02 22:13:53 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     Failed after test 113 before the next test() call in D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/tests.Rraw.bz2
     Execution halted
    Running the tests in 'tests/nafill.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     > test.data.table(script="nafill.Rraw")
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/nafill.Rraw.bz2
     Error in copy(dt) : SEXP is not atomic vector
    
     Sun Aug 02 22:13:55 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=FALSE; UTF-8=FALSE; Latin-1=TRUE; codepage=1252; system.codepage=1252', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table(script = "nafill.Rraw") :
     Failed after test 1.94 before the next test() call in D:/temp/RtmpWcuvCZ/RLIBS_1caf46d9a1336/data.table/tests/nafill.Rraw.bz2
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.13.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'autoprint.R' [0s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [22s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [207s]
     Running 'nafill.R' [2s]
     Running 'other.R' [0s]
     Running 'types.R' [0s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpU7SaQm/RLIBS_2e20832df64e5/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Wed Aug 05 14:15:09 2020 endian==little, sizeof(long double)==12, sizeof(pointer)==4, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=Chinese (Simplified)_People's Republic of China.936;LC_CTYPE=Chinese (Simplified)_People's Republic of China.936;LC_MONETARY=Chinese (Simplified)_People's Republic of China.936;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=TRUE; UTF-8=FALSE; Latin-1=FALSE; codepage=936', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 8611. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.13.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'autoprint.R' [1s]
     Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
     Running 'froll.R' [24s]
     Running 'knitr.R' [1s]
     Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
     Running 'main.R' [238s]
     Running 'nafill.R' [1s]
     Running 'other.R' [0s]
     Running 'types.R' [0s]
    Running the tests in 'tests/main.R' failed.
    Complete output:
     > require(data.table)
     Loading required package: data.table
     >
     > test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
     getDTthreads(verbose=TRUE):
     omp_get_num_procs() 32
     R_DATATABLE_NUM_PROCS_PERCENT unset (default 50)
     R_DATATABLE_NUM_THREADS unset
     R_DATATABLE_THROTTLE unset (default 1024)
     omp_get_thread_limit() 2
     omp_get_max_threads() 32
     OMP_THREAD_LIMIT 2
     OMP_NUM_THREADS unset
     RestoreAfterFork true
     data.table is using 2 threads with throttle==1024. See ?setDTthreads.
     test.data.table() running: D:/temp/RtmpU7SaQm/RLIBS_2e20832df64e5/data.table/tests/tests.Rraw.bz2
     Test 2127.26 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, i, test_vec_na2, i + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     > y = c(i[1L:5L], as.integer64(NA), i[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 3000000001 3000000002 3000000003 3000000004 3000000005 <NA>
     'is.NA' value mismatch: 1 in current 2 in target
     Test 2127.27 ran without errors but failed check that x equals y:
     > x = fcase(test_vec_na1, n, test_vec_na2, n + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     > y = c(n[1L:5L], nanotime(NA), n[7L:12L] + 100)
     First 6 of 12 (type 'double'):
     integer64
     [1] 1 2 3 4 5 <NA>
     attr(,".S3Class")
     [1] integer64
     attr(,"class")
     [1] nanotime
     attr(,"class")attr(,"package")
     [1] nanotime
     'is.NA' value mismatch: 1 in current 2 in target
    
     Wed Aug 05 14:19:37 2020 endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=Chinese (Simplified)_People's Republic of China.936;LC_CTYPE=Chinese (Simplified)_People's Republic of China.936;LC_MONETARY=Chinese (Simplified)_People's Republic of China.936;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=TRUE; UTF-8=FALSE; Latin-1=FALSE; codepage=936', getDTthreads()=='omp_get_num_procs()==32; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==2; omp_get_max_threads()==32; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.'
     Error in test.data.table() :
     2 errors out of 9987. Search tests/tests.Rraw.bz2 for test numbers: 2127.26, 2127.27.
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64