R Under development (unstable) (2024-10-08 r87214 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. > # NB: methods _has_ to be attached before data.table in order for methods::as() to > # find the right dispatch when trying as(x, "IDate"). This might be an R bug, but > # even running library(methods, pos="package:base") after attaching data.table doesn't work. > library(methods) > library(data.table) > test.data.table(script="S4.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/S4.Rraw.bz2 Thu Oct 10 00:37:14 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/Rtmp86HRb0/RLIBS_734473806153','D:/RCompile/recent/R/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1 10 longest running tests took 0s (100% of 0s) ID time nTest 1: 1 0.05 10 2: 3 0.01 1 3: 2 0.00 1 4: 4 0.00 4 5: 5 0.00 3 6: 6 0.00 1 All 20 tests (last 6) in tests/S4.Rraw.bz2 completed ok in 0.090s elapsed (0.070s cpu) > > proc.time() user system elapsed 0.21 0.09 0.29