CRAN Package Check Results for Package data.table

Last updated on 2024-12-07 05:49:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.16.2 36.67 198.96 235.63 ERROR
r-devel-linux-x86_64-debian-gcc 1.16.2 32.73 158.96 191.69 ERROR
r-devel-linux-x86_64-fedora-clang 1.16.4 470.43 NOTE
r-devel-linux-x86_64-fedora-gcc 1.16.4 474.33 NOTE
r-devel-windows-x86_64 1.16.4 58.00 249.00 307.00 NOTE
r-patched-linux-x86_64 1.16.2 42.31 226.66 268.97 OK
r-release-linux-x86_64 1.16.2 38.84 224.45 263.29 OK
r-release-macos-arm64 1.16.4 136.00 NOTE
r-release-macos-x86_64 1.16.4 340.00 NOTE
r-release-windows-x86_64 1.16.2 61.00 568.00 629.00 OK
r-oldrel-macos-arm64 1.16.4 132.00 NOTE
r-oldrel-macos-x86_64 1.16.4 325.00 NOTE
r-oldrel-windows-x86_64 1.16.2 62.00 665.00 727.00 OK

Check Details

Version: 1.16.2
Check: compiled code
Result: NOTE File ‘data.table/libs/data_table.so’: Found non-API calls to R: ‘LEVELS’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘STRING_PTR’, ‘TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.16.2
Check: tests
Result: ERROR Running ‘S4.R’ [1s/1s] Running ‘autoprint.R’ [0s/1s] Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ [24s/31s] Running ‘knitr.R’ [1s/1s] Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ [53s/62s] Running ‘nafill.R’ [1s/1s] Running ‘other.R’ [0s/1s] Running ‘programming.R’ [1s/2s] 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): This installation of data.table has not been compiled with OpenMP support. omp_get_num_procs() 1 R_DATATABLE_NUM_PROCS_PERCENT unset (default 50) R_DATATABLE_NUM_THREADS unset R_DATATABLE_THROTTLE unset (default 1024) omp_get_thread_limit() 1 omp_get_max_threads() 1 OMP_THREAD_LIMIT 3 OMP_NUM_THREADS 3 RestoreAfterFork true data.table is using 1 threads with throttle==1024. See ?setDTthreads. test.data.table() running: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/data.table/tests/tests.Rraw.bz2 Error in bmerge(i, x, leftcols, rightcols, roll, rollends, nomatch, mult, : typeof x.START_DATE (integer) != typeof i.DATE (double) Thu Dec 5 21:52:30 2024 endian==little, sizeof(long double)==16, longdouble.digits==64, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Vienna', Sys.getlocale()=='LC_CTYPE=C.UTF-8;LC_NUMERIC=C;LC_TIME=C.UTF-8;LC_COLLATE=C;LC_MONETARY=C.UTF-8;LC_MESSAGES=C.UTF-8;LC_PAPER=C.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE; codeset=UTF-8', getDTthreads()=='This installation of data.table has not been compiled with OpenMP support.; omp_get_num_procs()==1; R_DATATABLE_NUM_PROCS_PERCENT==unset (default 50); R_DATATABLE_NUM_THREADS==unset; R_DATATABLE_THROTTLE==unset (default 1024); omp_get_thread_limit()==1; omp_get_max_threads()==1; OMP_THREAD_LIMIT==3; OMP_NUM_THREADS==3; RestoreAfterFork==true; data.table is using 1 threads with throttle==1024. See ?setDTthreads.', .libPaths()=='/home/hornik/tmp/scratch/RtmpGEMlyF/RLIBS_3b58347d584fa9','/home/hornik/tmp/R.check/r-devel-clang/Work/build/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1 Error in test.data.table() : Failed in 00:01:01 elapsed (52.1s cpu) after test 1847.3 before the next test() call in /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/data.table/tests/tests.Rraw.bz2 Calls: test.data.table -> stopf -> raise_condition -> signal Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.16.2
Check: tests
Result: ERROR Running ‘S4.R’ [0s/1s] Running ‘autoprint.R’ [0s/0s] Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ [15s/19s] Running ‘knitr.R’ [0s/1s] Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ [55s/60s] Running ‘nafill.R’ [1s/1s] Running ‘other.R’ [0s/1s] Running ‘programming.R’ [1s/2s] 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): OpenMP version (_OPENMP) 201511 omp_get_num_procs() 64 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 Error in bmerge(i, x, leftcols, rightcols, roll, rollends, nomatch, mult, : typeof x.START_DATE (integer) != typeof i.DATE (double) Fri Dec 6 15:01:15 2024 endian==little, sizeof(long double)==16, longdouble.digits==64, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Vienna', Sys.getlocale()=='LC_CTYPE=C.UTF-8;LC_NUMERIC=C;LC_TIME=C.UTF-8;LC_COLLATE=C;LC_MONETARY=C.UTF-8;LC_MESSAGES=C.UTF-8;LC_PAPER=C.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C.UTF-8;LC_IDENTIFICATION=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE; codeset=UTF-8', getDTthreads()=='OpenMP version (_OPENMP)==201511; omp_get_num_procs()==64; 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.', .libPaths()=='/tmp/RtmpurQaPn/RLIBS_2846a112658658','/home/hornik/tmp/R.check/r-devel-gcc/Work/build/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1 Error in test.data.table() : Failed in 59.8s elapsed (54.2s cpu) after test 1847.3 before the next test() call in /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/data.table/tests/tests.Rraw.bz2 Calls: test.data.table -> stopf -> raise_condition -> signal Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.16.4
Check: compiled code
Result: NOTE File ‘data.table/libs/data_table.so’: Found non-API calls to R: ‘LEVELS’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’, ‘STRING_PTR’, ‘TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.16.4
Check: compiled code
Result: NOTE File 'data.table/libs/x64/data_table.dll': Found non-API calls to R: 'LEVELS', 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_TRUELENGTH', 'STRING_PTR', 'TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

Version: 1.16.4
Check: installed package size
Result: NOTE installed size is 5.6Mb sub-directories of 1Mb or more: libs 1.8Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64