You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting options(datatable.integer64="character") with "bit64" package installed could make test.data.table() gives error.
remove this option or just remove package "bit64"(which will skip those test) will avoid this error message.
Error in test.data.table() :
7 errors out of 8567 in 00:01:26 elapsed (00:02:14 cpu) on Sat Jul 6 13:44:31 2019.
[endian==little, sizeof(long double)==16, sizeof(pointer)==8, TZ=Australia/Melbourne, locale='en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8', l10n_info()='MBCS=TRUE; UTF-8=TRUE; Latin-1=FALSE', getDTthreads()='omp_get_num_procs()==4; R_DATATABLE_NUM_PROCS_PERCENT=="" (default 50); R_DATATABLE_NUM_THREADS==""; omp_get_thread_limit()==2147483647; omp_get_max_threads()==4; OMP_THREAD_LIMIT==""; OMP_NUM_THREADS==""; data.table is using 2 threads. This is set on startup, and by setDTthreads(). See ?setDTthreads.; RestoreAfterFork==true'].
Search tests/tests.Rraw for test numbers: 898, 899.1, 899.2, 1017.1, 1449, 1500.1, 1500.2.
setting options(datatable.integer64="character")
with "bit64" package installed could make test.data.table() gives error.remove this option or just remove package "bit64"(which will skip those test) will avoid this error message.
Error in test.data.table() :
Minimal reproducible example
Output of
sessionInfo()
The text was updated successfully, but these errors were encountered: