Last updated on 2025-05-07 05:50:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.17.0 | 38.80 | 285.62 | 324.42 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.17.0 | 31.35 | 202.76 | 234.11 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.17.0 | 484.71 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.17.0 | 479.13 | ERROR | |||
r-devel-windows-x86_64 | 1.17.0 | 60.00 | 613.00 | 673.00 | ERROR | |
r-patched-linux-x86_64 | 1.17.0 | 43.48 | 239.61 | 283.09 | NOTE | |
r-release-linux-x86_64 | 1.17.0 | 38.24 | 240.96 | 279.20 | NOTE | |
r-release-macos-arm64 | 1.17.0 | 151.00 | NOTE | |||
r-release-macos-x86_64 | 1.17.0 | 274.00 | NOTE | |||
r-release-windows-x86_64 | 1.17.0 | 63.00 | 603.00 | 666.00 | NOTE | |
r-oldrel-macos-arm64 | 1.17.0 | 178.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.17.0 | 306.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.17.0 | 65.00 | 754.00 | 819.00 | NOTE |
Version: 1.17.0
Check: compiled code
Result: NOTE
File ‘data.table/libs/data_table.so’:
Found non-API calls to R: ‘LEVELS’, ‘OBJECT’, ‘Rf_GetOption’,
‘Rf_isFrame’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’,
‘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, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 1.17.0
Check: tests
Result: ERROR
Running ‘S4.R’ [1s/1s]
Running ‘autoprint.R’ [1s/1s]
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [31s/30s]
Running ‘knitr.R’ [1s/2s]
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
Running ‘main.R’ [112s/90s]
Running ‘nafill.R’ [1s/1s]
Running ‘other.R’ [0s/1s]
Running ‘programming.R’ [2s/2s]
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):
OpenMP version (_OPENMP) 202011
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-clang/Work/build/Packages/data.table/tests/tests.Rraw.bz2
Test 944.5 produced 0 warnings but expected 1
Expected: deprecated, as NULL cannot have attributes
Observed:
Test 944.5 produced 1 errors but expected 0
Expected:
Observed: attempt to set an attribute on NULL
Mon May 5 22:43:46 2025 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)==202011; 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.', .libPaths()=='/home/hornik/tmp/scratch/Rtmp6j0A1u/RLIBS_382afb66c5a615','/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() :
1 error out of 11770. Search tests/tests.Rraw.bz2 for test number 944.5. Duration: 00:01:29 elapsed (00:01:48 cpu).
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.17.0
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’ [14s/17s]
Running ‘knitr.R’ [0s/1s]
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
Running ‘main.R’ [90s/92s]
Running ‘nafill.R’ [1s/1s]
Running ‘other.R’ [0s/0s]
Running ‘programming.R’ [1s/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):
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
Test 944.5 produced 0 warnings but expected 1
Expected: deprecated, as NULL cannot have attributes
Observed:
Test 944.5 produced 1 errors but expected 0
Expected:
Observed: attempt to set an attribute on NULL
Tue May 6 15:18:11 2025 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/RtmpMb2HIY/RLIBS_24f0403f7e0772','/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() :
1 error out of 11770. Search tests/tests.Rraw.bz2 for test number 944.5. Duration: 00:01:31 elapsed (00:01:28 cpu).
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.17.0
Check: tests
Result: ERROR
Running ‘S4.R’
Running ‘autoprint.R’
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [50s/51s]
Running ‘knitr.R’
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
Running ‘main.R’ [155s/158s]
Running ‘nafill.R’
Running ‘other.R’
Running ‘programming.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):
OpenMP version (_OPENMP) 202011
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 944.5 produced 0 warnings but expected 1
Expected: deprecated, as NULL cannot have attributes
Observed:
Test 944.5 produced 1 errors but expected 0
Expected:
Observed: attempt to set an attribute on NULL
Sat May 3 16:17:57 2025 endian==little, sizeof(long double)==16, longdouble.digits==64, 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; codeset=UTF-8', getDTthreads()=='OpenMP version (_OPENMP)==202011; 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.', .libPaths()=='/tmp/RtmpRp8EJi/RLIBS_178ddf3ffc8113','/data/gannet/ripley/R/R-clang/library', zlibVersion()==1.3.1.zlib-ng ZLIB_VERSION==1.3.1.zlib-ng
Error in test.data.table() :
1 error out of 11770. Search tests/tests.Rraw.bz2 for test number 944.5. Duration: 00:02:36 elapsed (00:02:30 cpu).
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.17.0
Check: tests
Result: ERROR
Running ‘S4.R’
Running ‘autoprint.R’
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [39s/54s]
Running ‘knitr.R’
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
Running ‘main.R’ [131s/178s]
Running ‘nafill.R’
Running ‘other.R’
Running ‘programming.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):
OpenMP version (_OPENMP) 201511
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 944.5 produced 0 warnings but expected 1
Expected: deprecated, as NULL cannot have attributes
Observed:
Test 944.5 produced 1 errors but expected 0
Expected:
Observed: attempt to set an attribute on NULL
Thu May 1 14:20:12 2025 endian==little, sizeof(long double)==16, longdouble.digits==64, 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; codeset=UTF-8', getDTthreads()=='OpenMP version (_OPENMP)==201511; 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.', .libPaths()=='/data/gannet/ripley/R/packages/tests-devel/data.table.Rcheck','/data/gannet/ripley/R/test-dev','/data/gannet/ripley/R/test-BioCdata','/data/gannet/ripley/R/R-devel/library', zlibVersion()==1.3.1.zlib-ng ZLIB_VERSION==1.3.1.zlib-ng
Error in test.data.table() :
1 error out of 11770. Search tests/tests.Rraw.bz2 for test number 944.5. Duration: 00:02:56 elapsed (00:02:08 cpu).
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.17.0
Check: compiled code
Result: NOTE
File 'data.table/libs/x64/data_table.dll':
Found non-API calls to R: 'LEVELS', 'OBJECT', 'Rf_GetOption',
'Rf_isFrame', 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_TRUELENGTH',
'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-windows-x86_64, r-release-windows-x86_64
Version: 1.17.0
Check: tests
Result: ERROR
Running 'S4.R' [0s]
Running 'autoprint.R' [0s]
Comparing 'autoprint.Rout' to 'autoprint.Rout.save' ... OK
Running 'froll.R' [19s]
Running 'knitr.R' [1s]
Comparing 'knitr.Rout' to 'knitr.Rout.save' ... OK
Running 'main.R' [430s]
Running 'nafill.R' [1s]
Running 'other.R' [0s]
Running 'programming.R' [1s]
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):
OpenMP version (_OPENMP) 201511
omp_get_num_procs() 48
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() 48
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:/RCompile/CRANpkg/lib/4.6/data.table/tests/tests.Rraw.bz2
Test 944.5 produced 0 warnings but expected 1
Expected: deprecated, as NULL cannot have attributes
Observed:
Test 944.5 produced 1 errors but expected 0
Expected:
Observed: attempt to set an attribute on NULL
Sun May 4 12:11:44 2025 endian==little, sizeof(long double)==16, longdouble.digits==64, sizeof(pointer)==8, TZ==unset, Sys.timezone()=='Europe/Berlin', Sys.getlocale()=='LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C', l10n_info()=='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE; codepage=65001; system.codepage=65001', getDTthreads()=='OpenMP version (_OPENMP)==201511; omp_get_num_procs()==48; 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()==48; OMP_THREAD_LIMIT==2; OMP_NUM_THREADS==unset; RestoreAfterFork==true; data.table is using 2 threads with throttle==1024. See ?setDTthreads.', .libPaths()=='D:/temp/2025_05_04_01_50_00_20595/RtmpiQ3o7X/RLIBS_280f052966ba1','D:/RCompile/recent/R/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1
Error in test.data.table() :
1 error out of 11759. Search tests/tests.Rraw.bz2 for test number 944.5. Duration: 00:07:09 elapsed (00:01:34 cpu).
Calls: test.data.table -> stopf -> raise_condition -> signal
In addition: Warning message:
In (function (category = "LC_ALL", locale = "") :
using locale code page other than 65001 ("UTF-8") may cause problems
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.17.0
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 1.8Mb
po 1.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64