- using R Under development (unstable) (2026-08-02 r90338)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-3) 16.1.0
GNU Fortran (Debian 16.1.0-3) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-08-03 14:27:03 UTC
- checking for file ‘data.table/DESCRIPTION’ ... OK
- this is package ‘data.table’ version ‘1.18.4’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [3s/4s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘data.table’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-16 (Debian 16.1.0-3) 16.1.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [25s/31s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [5s/6s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [95s/100s] ERROR
Running ‘S4.R’ [0s/1s]
Running ‘autoprint.R’ [0s/1s]
Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK
Running ‘froll.R’ [4s/4s]
Running ‘knitr.R’ [0s/1s]
Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK
Running ‘main.R’ [84s/86s]
Running ‘mergelist.R’ [3s/3s]
Running ‘nafill.R’ [1s/1s]
Running ‘other.R’ [0s/0s]
Running ‘programming.R’ [1s/2s]
Running ‘types.R’ [0s/1s]
Running the tests in ‘tests/main.R’ failed.
Complete output:
> Sys.setenv(OMP_THREAD_LIMIT = Sys.getenv("OMP_THREAD_LIMIT", "2"))
> require(data.table)
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
>
> test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
getDTthreads(verbose=TRUE):
OpenMP version (_OPENMP) 202111
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
V1
1
V1
0,1
0,2
a,b
a
Mon Aug 3 16:29:56 2026 endian==little, sizeof(long double)==16, capabilities('long.double')==TRUE, 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)==202111; 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()=='/home/hornik/tmp/scratch/RtmpwwaB6O/RLIBS_5aee649dce780','/home/hornik/tmp/R.check/r-devel-gcc/Work/build/library', zlibVersion()==1.3.2 ZLIB_VERSION==1.3.2
Caught 46 warnings outside the test() calls:
after test
<num>
1: 550.000
2: 550.000
3: 550.000
4: 550.000
5: 1035.320
6: 1155.300
7: 1168.100
8: 1168.100
9: 1168.100
10: 1168.100
11: 1292.400
12: 1313.300
13: 1313.300
14: 1554.400
15: 1639.078
16: 1639.078
17: 1639.078
18: 1639.078
19: 1639.080
20: 1639.080
21: 1639.080
22: 1639.080
23: 1639.130
24: 1639.132
25: 1674.000
26: 1772.100
27: 1772.100
28: 1772.200
29: 1772.200
30: 1772.200
31: 1772.200
32: 1918.300
33: 1918.400
34: 1918.500
35: 1918.600
36: 1959.600
37: 1962.067
38: 1967.540
39: 1989.100
40: 1989.100
41: 2051.600
42: 2052.000
43: 2184.400
44: 2254.900
45: 2254.900
46: 2254.900
after test
<num>
warning
<char>
1: Replacing special names '.Label' is deprecated; use 'levels' instead.
2: Replacing special names '.Label' is deprecated; use 'levels' instead.
3: Replacing special names '.Label' is deprecated; use 'levels' instead.
4: Replacing special names '.Names' is deprecated; use 'names' instead.
5: Replacing special names '.Names' is deprecated; use 'names' instead.
6: Replacing special names '.Names' is deprecated; use 'names' instead.
7: Replacing special names '.Label' is deprecated; use 'levels' instead.
8: Replacing special names '.Label' is deprecated; use 'levels' instead.
9: Replacing special names '.Names' is deprecated; use 'names' instead.
10: Replacing special names '.Names' is deprecated; use 'names' instead.
11: Replacing special names '.Names' is deprecated; use 'names' instead.
12: Replacing special names '.Names' is deprecated; use 'names' instead.
13: Replacing special names '.Names' is deprecated; use 'names' instead.
14: Replacing special names '.Dim', '.Dimnames' is deprecated; use 'dim', 'dimnames' instead.
15: Replacing special names '.Names' is deprecated; use 'names' instead.
16: Replacing special names '.Names' is deprecated; use 'names' instead.
17: Replacing special names '.Names' is deprecated; use 'names' instead.
18: Replacing special names '.Names' is deprecated; use 'names' instead.
19: Replacing special names '.Names' is deprecated; use 'names' instead.
20: Replacing special names '.Names' is deprecated; use 'names' instead.
21: Replacing special names '.Names' is deprecated; use 'names' instead.
22: Replacing special names '.Names' is deprecated; use 'names' instead.
23: Replacing special names '.Names' is deprecated; use 'names' instead.
24: Replacing special names '.Names' is deprecated; use 'names' instead.
25: Replacing special names '.Label' is deprecated; use 'levels' instead.
26: Replacing special names '.Label' is deprecated; use 'levels' instead.
27: Replacing special names '.Label' is deprecated; use 'levels' instead.
28: Replacing special names '.Label' is deprecated; use 'levels' instead.
29: Replacing special names '.Label' is deprecated; use 'levels' instead.
30: Replacing special names '.Label' is deprecated; use 'levels' instead.
31: Replacing special names '.Label' is deprecated; use 'levels' instead.
32: Replacing special names '.Label' is deprecated; use 'levels' instead.
33: Replacing special names '.Label' is deprecated; use 'levels' instead.
34: Replacing special names '.Label' is deprecated; use 'levels' instead.
35: Replacing special names '.Label' is deprecated; use 'levels' instead.
36: Replacing special names '.Label' is deprecated; use 'levels' instead.
37: Replacing special names '.Label' is deprecated; use 'levels' instead.
38: Replacing special names '.Dim', '.Dimnames' is deprecated; use 'dim', 'dimnames' instead.
39: Replacing special names '.Label' is deprecated; use 'levels' instead.
40: Replacing special names '.Label' is deprecated; use 'levels' instead.
41: Replacing special names '.Label' is deprecated; use 'levels' instead.
42: Replacing special names '.Label' is deprecated; use 'levels' instead.
43: Replacing special names '.Label' is deprecated; use 'levels' instead.
44: Replacing special names '.Names' is deprecated; use 'names' instead.
45: Replacing special names '.Names' is deprecated; use 'names' instead.
46: Replacing special names '.Names' is deprecated; use 'names' instead.
warning
<char>
calls
<char>
1: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
2: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
3: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
4: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
5: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> source -> withVisible -> eval -> eval -> setDT -> is.data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
6: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
7: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> as.data.table -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
8: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> as.data.table -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
9: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> as.data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
10: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> as.data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
11: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
12: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
13: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
14: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
15: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
16: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
17: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
18: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
19: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
20: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
21: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
22: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> identical -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
23: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
24: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
25: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
26: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
27: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
28: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
29: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
30: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
31: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
32: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
33: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
34: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
35: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
36: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
37: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
38: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
39: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
40: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
41: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
42: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> test -> capture.output -> withVisible -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
43: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
44: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
45: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
46: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
calls
<char>
Error in test.data.table() :
Tests succeeded, but non-test code caused warnings. Search tests/tests.Rraw.bz2 for tests shown above.
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
Running the tests in ‘tests/programming.R’ failed.
Complete output:
> require(data.table)
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> test.data.table(script="programming.Rraw")
getDTthreads(verbose=TRUE):
OpenMP version (_OPENMP) 202111
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/programming.Rraw.bz2
Mon Aug 3 16:30:02 2026 endian==little, sizeof(long double)==16, capabilities('long.double')==TRUE, 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)==202111; 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()=='/home/hornik/tmp/scratch/RtmpwwaB6O/RLIBS_5aee649dce780','/home/hornik/tmp/R.check/r-devel-gcc/Work/build/library', zlibVersion()==1.3.2 ZLIB_VERSION==1.3.2
Caught 1 warning outside the test() calls:
after test
<num>
1: 102.05
warning
<char>
1: Replacing special names '.Dim', '.Dimnames' is deprecated; use 'dim', 'dimnames' instead.
calls
<char>
1: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> structure -> .Deprecated -> warning -> withRestarts -> withOneRestart -> doWithOneRestart -> ...
Error in test.data.table(script = "programming.Rraw") :
Tests succeeded, but non-test code caused warnings. Search tests/programming.Rraw.bz2 for tests shown above.
Calls: test.data.table -> stopf -> raise_condition -> signal
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [28s/32s] OK
- checking PDF version of manual ... [10s/14s] OK
- checking HTML version of manual ... [5s/5s] OK
- checking for non-standard things in the check directory ... OK
- checking for new files in some other directories ... NOTE
Found the following files/directories:
‘~/tmp/scratch/Rtmp1YtLkm’ ‘~/tmp/scratch/Rtmp1sXt0T’
‘~/tmp/scratch/Rtmp2ZEDjW’ ‘~/tmp/scratch/Rtmp2bmT2i’
‘~/tmp/scratch/Rtmp2oVfC9’ ‘~/tmp/scratch/Rtmp3M7hok’
‘~/tmp/scratch/Rtmp3Prp4B’ ‘~/tmp/scratch/Rtmp3SF0LN’
‘~/tmp/scratch/Rtmp3VKPHQ’ ‘~/tmp/scratch/Rtmp3j2hR3’
‘~/tmp/scratch/Rtmp3jezta’ ‘~/tmp/scratch/Rtmp3r0iGN’
‘~/tmp/scratch/Rtmp49uy7C’ ‘~/tmp/scratch/Rtmp4w3MXK’
‘~/tmp/scratch/Rtmp4yMdGc’ ‘~/tmp/scratch/Rtmp58LJMk’
‘~/tmp/scratch/Rtmp5cwGiE’ ‘~/tmp/scratch/Rtmp5dS9fG’
‘~/tmp/scratch/Rtmp5eG0k4’ ‘~/tmp/scratch/Rtmp6SHGno’
‘~/tmp/scratch/Rtmp6Y8S7N’ ‘~/tmp/scratch/Rtmp6m7hgw’
‘~/tmp/scratch/Rtmp6mbwZo’ ‘~/tmp/scratch/Rtmp7kDzHI’
‘~/tmp/scratch/Rtmp7txAdP’ ‘~/tmp/scratch/Rtmp7uD3mx’
‘~/tmp/scratch/Rtmp87KS4H’ ‘~/tmp/scratch/Rtmp8NLOhg’
‘~/tmp/scratch/Rtmp8mww4x’ ‘~/tmp/scratch/Rtmp9PYAu8’
‘~/tmp/scratch/Rtmp9S70W3’ ‘~/tmp/scratch/Rtmp9aM2Qo’
‘~/tmp/scratch/Rtmp9sxh7h’ ‘~/tmp/scratch/Rtmp9v0Iom’
‘~/tmp/scratch/RtmpB0evzv’ ‘~/tmp/scratch/RtmpB33giY’
‘~/tmp/scratch/RtmpCGUOei’ ‘~/tmp/scratch/RtmpCGd5Xf’
‘~/tmp/scratch/RtmpCX9kQN’ ‘~/tmp/scratch/RtmpCsUKm7’
‘~/tmp/scratch/RtmpCwK5mF’ ‘~/tmp/scratch/RtmpDNSleu’
‘~/tmp/scratch/RtmpDPVof2’ ‘~/tmp/scratch/RtmpDTwhiy’
‘~/tmp/scratch/RtmpDw4vLT’ ‘~/tmp/scratch/RtmpDwGmou’
‘~/tmp/scratch/RtmpESYds7’ ‘~/tmp/scratch/RtmpEqt5q0’
‘~/tmp/scratch/RtmpEs5tuD’ ‘~/tmp/scratch/RtmpF8O8Ra’
‘~/tmp/scratch/RtmpFBd9gp’ ‘~/tmp/scratch/RtmpFbhCbf’
‘~/tmp/scratch/RtmpG3Ok9w’ ‘~/tmp/scratch/RtmpGBlxUg’
‘~/tmp/scratch/RtmpGR04sb’ ‘~/tmp/scratch/RtmpGia9AV’
‘~/tmp/scratch/RtmpGqxO34’ ‘~/tmp/scratch/RtmpHP3Qg0’
‘~/tmp/scratch/RtmpHUGd8z’ ‘~/tmp/scratch/RtmpHWczTI’
‘~/tmp/scratch/RtmpHqrIo2’ ‘~/tmp/scratch/RtmpHr18D3’
‘~/tmp/scratch/RtmpHzJ2Ir’ ‘~/tmp/scratch/RtmpIlXbXl’
‘~/tmp/scratch/RtmpJjcnE4’ ‘~/tmp/scratch/RtmpKNVW6Q’
‘~/tmp/scratch/RtmpKT5Nhq’ ‘~/tmp/scratch/RtmpKTrrWg’
‘~/tmp/scratch/RtmpKhmswt’ ‘~/tmp/scratch/RtmpKj2UWl’
‘~/tmp/scratch/RtmpKvIkN2’ ‘~/tmp/scratch/RtmpL46s7i’
‘~/tmp/scratch/RtmpMOFycy’ ‘~/tmp/scratch/RtmpMrCmZ2’
‘~/tmp/scratch/RtmpNjbQhw’ ‘~/tmp/scratch/RtmpOZsOEv’
‘~/tmp/scratch/RtmpOztH35’ ‘~/tmp/scratch/RtmpPkpPqf’
‘~/tmp/scratch/RtmpPnTRiX’ ‘~/tmp/scratch/RtmpPokBPR’
‘~/tmp/scratch/RtmpQ87ehi’ ‘~/tmp/scratch/RtmpQFps0J’
‘~/tmp/scratch/RtmpRGA1Dl’ ‘~/tmp/scratch/RtmpRdEAtc’
‘~/tmp/scratch/RtmpRlIf9n’ ‘~/tmp/scratch/RtmpRoX6mI’
‘~/tmp/scratch/RtmpRzuJBY’ ‘~/tmp/scratch/RtmpTYHnOp’
‘~/tmp/scratch/RtmpTZTJQe’ ‘~/tmp/scratch/RtmpTeIqlV’
‘~/tmp/scratch/RtmpTnkhbS’ ‘~/tmp/scratch/RtmpTtIkZI’
‘~/tmp/scratch/RtmpU22rfM’ ‘~/tmp/scratch/RtmpUFjYIX’
‘~/tmp/scratch/RtmpUgVRCv’ ‘~/tmp/scratch/RtmpUlYWdJ’
‘~/tmp/scratch/RtmpVHBxWP’ ‘~/tmp/scratch/RtmpVORqKM’
‘~/tmp/scratch/RtmpWEXBTT’ ‘~/tmp/scratch/RtmpWKbIZm’
‘~/tmp/scratch/RtmpWW5qWX’ ‘~/tmp/scratch/RtmpX20PIS’
‘~/tmp/scratch/RtmpYCuVPg’ ‘~/tmp/scratch/RtmpYNf9mN’
‘~/tmp/scratch/RtmpYUv3cg’ ‘~/tmp/scratch/RtmpYXYApF’
‘~/tmp/scratch/RtmpZ8At1l’ ‘~/tmp/scratch/RtmpZqGgse’
‘~/tmp/scratch/RtmpaWuVOR’ ‘~/tmp/scratch/Rtmpacg5tF’
‘~/tmp/scratch/RtmpayCWWV’ ‘~/tmp/scratch/RtmpbVdDlm’
‘~/tmp/scratch/RtmpcHUb1r’ ‘~/tmp/scratch/RtmpcYy1Uo’
‘~/tmp/scratch/Rtmpd7Jjlr’ ‘~/tmp/scratch/Rtmpde0a1y’
‘~/tmp/scratch/RtmpdgeJqR’ ‘~/tmp/scratch/RtmpeLQ19m’
‘~/tmp/scratch/RtmpfCmf6D’ ‘~/tmp/scratch/Rtmpg0cBi7’
‘~/tmp/scratch/RtmpgIXdlh’ ‘~/tmp/scratch/RtmpgS6EvJ’
‘~/tmp/scratch/RtmphJ1vTV’ ‘~/tmp/scratch/RtmphrqcOy’
‘~/tmp/scratch/RtmpifhM7k’ ‘~/tmp/scratch/RtmpjmUG9V’
‘~/tmp/scratch/RtmpjrhWMY’ ‘~/tmp/scratch/RtmpjtzGFE’
‘~/tmp/scratch/Rtmpkp4E2f’ ‘~/tmp/scratch/RtmpktdRNM’
‘~/tmp/scratch/RtmplYvpqe’ ‘~/tmp/scratch/RtmpljQMsA’
‘~/tmp/scratch/RtmpmVQpx0’ ‘~/tmp/scratch/Rtmpmc5g6m’
‘~/tmp/scratch/RtmpmpwEWZ’ ‘~/tmp/scratch/Rtmpnh7SSU’
‘~/tmp/scratch/RtmpnphmI0’ ‘~/tmp/scratch/Rtmpo9Hp2M’
‘~/tmp/scratch/RtmpoAlqND’ ‘~/tmp/scratch/RtmpoJ3JAm’
‘~/tmp/scratch/RtmpoP6BZ7’ ‘~/tmp/scratch/RtmpojtwEM’
‘~/tmp/scratch/RtmppGG0wg’ ‘~/tmp/scratch/RtmpqJnnU3’
‘~/tmp/scratch/RtmprjG4Jj’ ‘~/tmp/scratch/RtmpsDMyel’
‘~/tmp/scratch/RtmpsDtf9L’ ‘~/tmp/scratch/Rtmpu2U38F’
‘~/tmp/scratch/RtmpuOkBFg’ ‘~/tmp/scratch/Rtmpv4ZbOY’
‘~/tmp/scratch/Rtmpv8fyyE’ ‘~/tmp/scratch/RtmpvLD7jq’
‘~/tmp/scratch/Rtmpvy1ib0’ ‘~/tmp/scratch/Rtmpwhu0to’
‘~/tmp/scratch/RtmpwrFKWs’ ‘~/tmp/scratch/RtmpxhX4HQ’
‘~/tmp/scratch/RtmpxjvqXl’ ‘~/tmp/scratch/RtmpxoSI8q’
‘~/tmp/scratch/RtmpySO96f’ ‘~/tmp/scratch/RtmpyjSM02’
‘~/tmp/scratch/Rtmpyp2GjZ’ ‘~/tmp/scratch/Rtmpz3fpEn’
‘~/tmp/scratch/RtmpzHJAe2’ ‘~/tmp/scratch/RtmpzgVLAW’
‘~/tmp/scratch/quarto-sessionef440190ea124975’
‘~/tmp/scratch/xvfb-run.0maOtq’ ‘~/tmp/scratch/xvfb-run.1GHsOJ’
‘~/tmp/scratch/xvfb-run.1zt0eE’ ‘~/tmp/scratch/xvfb-run.4jXZXD’
‘~/tmp/scratch/xvfb-run.5AbxTW’ ‘~/tmp/scratch/xvfb-run.5pedsB’
‘~/tmp/scratch/xvfb-run.64O9vk’ ‘~/tmp/scratch/xvfb-run.6ew6Ka’
‘~/tmp/scratch/xvfb-run.89XGpy’ ‘~/tmp/scratch/xvfb-run.9dDeON’
‘~/tmp/scratch/xvfb-run.BgGoLb’ ‘~/tmp/scratch/xvfb-run.DH9a9g’
‘~/tmp/scratch/xvfb-run.DTFtrI’ ‘~/tmp/scratch/xvfb-run.Dc1Wfh’
‘~/tmp/scratch/xvfb-run.DsvAeB’ ‘~/tmp/scratch/xvfb-run.HGzEgo’
‘~/tmp/scratch/xvfb-run.HQDzUp’ ‘~/tmp/scratch/xvfb-run.HWwJoo’
‘~/tmp/scratch/xvfb-run.HpsRRj’ ‘~/tmp/scratch/xvfb-run.JnDuYr’
‘~/tmp/scratch/xvfb-run.KUi1tZ’ ‘~/tmp/scratch/xvfb-run.My0VKk’
‘~/tmp/scratch/xvfb-run.N2KtiF’ ‘~/tmp/scratch/xvfb-run.NLWMRm’
‘~/tmp/scratch/xvfb-run.OX1aUj’ ‘~/tmp/scratch/xvfb-run.PWEJNN’
‘~/tmp/scratch/xvfb-run.Q16mAu’ ‘~/tmp/scratch/xvfb-run.QkbfCS’
‘~/tmp/scratch/xvfb-run.RdrigU’ ‘~/tmp/scratch/xvfb-run.VFt3eA’
‘~/tmp/scratch/xvfb-run.Y2frlq’ ‘~/tmp/scratch/xvfb-run.YPK7qN’
‘~/tmp/scratch/xvfb-run.aZAd4v’ ‘~/tmp/scratch/xvfb-run.b5WHJM’
‘~/tmp/scratch/xvfb-run.cbXwCX’ ‘~/tmp/scratch/xvfb-run.cxZm9d’
‘~/tmp/scratch/xvfb-run.eD4ZFB’ ‘~/tmp/scratch/xvfb-run.fTmyPz’
‘~/tmp/scratch/xvfb-run.fYMDyQ’ ‘~/tmp/scratch/xvfb-run.fvHs2l’
‘~/tmp/scratch/xvfb-run.h2NJn9’ ‘~/tmp/scratch/xvfb-run.ilj358’
‘~/tmp/scratch/xvfb-run.jAI53x’ ‘~/tmp/scratch/xvfb-run.jMP4I6’
‘~/tmp/scratch/xvfb-run.kDexbC’ ‘~/tmp/scratch/xvfb-run.kzzt1O’
‘~/tmp/scratch/xvfb-run.l1WS9y’ ‘~/tmp/scratch/xvfb-run.lbPx63’
‘~/tmp/scratch/xvfb-run.lqWadn’ ‘~/tmp/scratch/xvfb-run.m0cAYH’
‘~/tmp/scratch/xvfb-run.mHMKCF’ ‘~/tmp/scratch/xvfb-run.ojWOrF’
‘~/tmp/scratch/xvfb-run.r2Wy0Q’ ‘~/tmp/scratch/xvfb-run.rPYxB1’
‘~/tmp/scratch/xvfb-run.rpxGhd’ ‘~/tmp/scratch/xvfb-run.tMgxj4’
‘~/tmp/scratch/xvfb-run.tQsVVa’ ‘~/tmp/scratch/xvfb-run.vC3CDA’
‘~/tmp/scratch/xvfb-run.vIR3Lz’ ‘~/tmp/scratch/xvfb-run.vL38wv’
‘~/tmp/scratch/xvfb-run.vLGyVl’ ‘~/tmp/scratch/xvfb-run.vUfcWb’
‘~/tmp/scratch/xvfb-run.wQl1Dd’ ‘~/tmp/scratch/xvfb-run.xDlE5M’
‘~/tmp/scratch/xvfb-run.xEe9Dw’ ‘~/tmp/scratch/xvfb-run.xWq5Yq’
‘~/tmp/scratch/xvfb-run.zh2xdZ’
- DONE
Status: 1 ERROR, 1 NOTE