R Under development (unstable) (2024-08-23 r87049 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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/CRANincoming/R-devel/lib/data.table/tests/tests.Rraw.bz2 Sun Aug 25 19:48:25 2024 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/RtmpyokSPj/RLIBS_194b415d979d0','D:/RCompile/recent/R/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1 10 longest running tests took 801s (86% of 923s) ID time nTest 1: 1555 123.80 13 2: 901 110.69 2 3: 900 105.90 2 4: 1449 95.77 2 5: 1621 95.53 2 6: 1551 80.90 6 7: 902 48.83 1 8: 1453 47.60 1 9: 1658 47.43 65 10: 1037 45.47 21 All 11363 tests (last 2278.6) in tests/tests.Rraw.bz2 completed ok in 00:15:28 elapsed (00:02:12 cpu) Warning message: In (function (category = "LC_ALL", locale = "") : using locale code page other than 65001 ("UTF-8") may cause problems > > # Turn on showProgress temporarily for GLCI and CRAN (not interactive()) when a segfault > # occurs and it's taking time to reproduce locally. See comments in PR#4090. > # test.data.table(showProgress=TRUE) > > # Turn off verbose repeat to save time (particularly Travis, but also CRAN) : > # test.data.table(verbose=TRUE) > # Calling it again in the past revealed some memory bugs but also verbose mode checks the verbose messages run ok > # TO DO: check we test each verbose message at least once, instead of a full repeat of all tests > > proc.time() user system elapsed 132.71 720.42 929.18