Package check result: OK Changes to worse in reverse depends: Package: data.table Check: tests New result: ERROR Running ‘S4.R’ [1s/1s] Running ‘autoprint.R’ [0s/0s] Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK Running ‘froll.R’ [5s/4s] Running ‘knitr.R’ [1s/1s] Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK Running ‘main.R’ [76s/73s] Running ‘mergelist.R’ [3s/3s] 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: > 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) 201511 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/CRAN_recheck/data.table.Rcheck/data.table/tests/tests.Rraw.bz2 V1 1 V1 0,1 0,2 a,b a Mon Apr 20 09:29:21 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)==201511; 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/Rtmpr8CRFQ/RLIBS_2f490a477064a2','/home/hornik/tmp/R-d-gcc-15/library', zlibVersion()==1.3.1 ZLIB_VERSION==1.3.1 Caught 1 warning outside the test() calls: after test warning 1: 1730.5 NAs introduced by coercion to integer64 range calls 1: test.data.table -> try -> tryCatch -> tryCatchList -> tryCatchOne -> doTryCatch -> withCallingHandlers -> sys.source -> eval -> eval -> data.table -> as.integer64 -> as.integer64.character -> .signalSimpleWarning -> withRestarts -> withOneRestart -> doWithOneRestart -> ... 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 Package: dtts Check: whether package can be installed New result: WARNING Found the following significant warnings: Warning: replacing previous import ‘bit64::setdiff’ by ‘nanotime::setdiff’ when loading ‘dtts’ Warning: replacing previous import ‘bit64::union’ by ‘nanotime::union’ when loading ‘dtts’ Warning: replacing previous import ‘bit64::intersect’ by ‘nanotime::intersect’ when loading ‘dtts’ See ‘/home/hornik/tmp/CRAN_recheck/dtts.Rcheck/00install.out’ for details. Used C++ compiler: ‘g++-15 (Debian 15.2.0-16) 15.2.0’ Package: nanotime Check: tests New result: ERROR Running ‘POSIXt.R’ [1s/1s] Running ‘data.frame.R’ [1s/1s] Running ‘simpleTests.R’ [1s/1s] Running ‘tinytest.R’ [2s/2s] Running ‘zooTests.R’ [1s/1s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > > if (requireNamespace("tinytest", quietly=TRUE) && + utils::packageVersion("tinytest") >= "1.0.0") { + + ## Set a seed to make the test deterministic + set.seed(42) + + ## R makes us to this + Sys.setenv("R_TESTS"="") + + ## there are several more granular ways to test files in a tinytest directory, + ## see its package vignette; tests can also run once the package is installed + ## using the same command `test_package(pkgName)`, or by director or file + tinytest::test_package("nanotime") + } test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 0 tests test_data.frame.R............. 1 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 2 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 3 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 4 tests OK test_data.frame.R............. 5 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 6 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 7 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 8 tests OK test_data.frame.R............. 9 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 10 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 11 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 12 tests OK test_data.frame.R............. 13 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 14 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 15 tests OK test_data.frame.R............. 16 tests OK 0.2s test_data.table.R............. 0 tests test_data.table.R............. 0 tests Attaching package: 'data.table' The following object is masked from 'package:base': %notin% test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 0 tests test_data.table.R............. 1 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 2 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 3 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 4 tests OK test_data.table.R............. 5 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 6 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 7 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 8 tests OK test_data.table.R............. 9 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 10 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 11 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 12 tests OK test_data.table.R............. 13 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 14 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 15 tests OK test_data.table.R............. 16 tests OK 0.2s test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 0 tests test_nanoduration.R........... 1 tests OK test_nanoduration.R........... 2 tests OK test_nanoduration.R........... 3 tests OK test_nanoduration.R........... 4 tests OK test_nanoduration.R........... 5 tests OK test_nanoduration.R........... 6 tests OK test_nanoduration.R........... 7 tests OK test_nanoduration.R........... 8 tests OK test_nanoduration.R........... 9 tests OK test_nanoduration.R........... 10 tests OK test_nanoduration.R........... 11 tests OK test_nanoduration.R........... 12 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 13 tests OK test_nanoduration.R........... 14 tests OK test_nanoduration.R........... 15 tests OK test_nanoduration.R........... 16 tests OK test_nanoduration.R........... 17 tests OK test_nanoduration.R........... 18 tests OK test_nanoduration.R........... 19 tests OK test_nanoduration.R........... 20 tests OK test_nanoduration.R........... 21 tests OK test_nanoduration.R........... 22 tests OK test_nanoduration.R........... 23 tests OK test_nanoduration.R........... 24 tests OK test_nanoduration.R........... 25 tests OK test_nanoduration.R........... 25 tests OK test_nanoduration.R........... 26 tests OK test_nanoduration.R........... 27 tests OK test_nanoduration.R........... 28 tests OK test_nanoduration.R........... 29 tests OK test_nanoduration.R........... 30 tests OK test_nanoduration.R........... 31 tests OK test_nanoduration.R........... 32 tests OK test_nanoduration.R........... 33 tests OK test_nanoduration.R........... 34 tests OK test_nanoduration.R........... 34 tests OK test_nanoduration.R........... 35 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 36 tests OK test_nanoduration.R........... 37 tests OK test_nanoduration.R........... 38 tests OK test_nanoduration.R........... 38 tests OK test_nanoduration.R........... 39 tests OK test_nanoduration.R........... 39 tests OK test_nanoduration.R........... 40 tests OK test_nanoduration.R........... 41 tests OK test_nanoduration.R........... 42 tests OK test_nanoduration.R........... 43 tests OK test_nanoduration.R........... 43 tests OK test_nanoduration.R........... 44 tests OK test_nanoduration.R........... 45 tests OK test_nanoduration.R........... 46 tests OK test_nanoduration.R........... 47 tests OK test_nanoduration.R........... 48 tests OK test_nanoduration.R........... 49 tests OK test_nanoduration.R........... 50 tests OK test_nanoduration.R........... 51 tests OK test_nanoduration.R........... 51 tests OK test_nanoduration.R........... 52 tests OK test_nanoduration.R........... 53 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 54 tests OK test_nanoduration.R........... 55 tests OK test_nanoduration.R........... 56 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 57 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 58 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 59 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 60 tests OK test_nanoduration.R........... 61 tests OK test_nanoduration.R........... 62 tests OK test_nanoduration.R........... 63 tests OK test_nanoduration.R........... 63 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 64 tests OK test_nanoduration.R........... 65 tests OK test_nanoduration.R........... 65 tests OK test_nanoduration.R........... 66 tests OK test_nanoduration.R........... 67 tests OK test_nanoduration.R........... 68 tests OK test_nanoduration.R........... 69 tests OK test_nanoduration.R........... 70 tests OK test_nanoduration.R........... 71 tests OK test_nanoduration.R........... 72 tests OK test_nanoduration.R........... 73 tests OK test_nanoduration.R........... 74 tests OK test_nanoduration.R........... 75 tests OK test_nanoduration.R........... 76 tests OK test_nanoduration.R........... 77 tests OK test_nanoduration.R........... 78 tests OK test_nanoduration.R........... 79 tests OK test_nanoduration.R........... 80 tests OK test_nanoduration.R........... 81 tests OK test_nanoduration.R........... 82 tests OK test_nanoduration.R........... 83 tests OK test_nanoduration.R........... 84 tests OK test_nanoduration.R........... 85 tests OK test_nanoduration.R........... 86 tests OK test_nanoduration.R........... 87 tests OK test_nanoduration.R........... 88 tests OK test_nanoduration.R........... 89 tests OK test_nanoduration.R........... 90 tests OK test_nanoduration.R........... 91 tests OK test_nanoduration.R........... 92 tests OK test_nanoduration.R........... 93 tests OK test_nanoduration.R........... 94 tests OK test_nanoduration.R........... 95 tests OK test_nanoduration.R........... 96 tests OK test_nanoduration.R........... 97 tests OK test_nanoduration.R........... 98 tests OK test_nanoduration.R........... 99 tests OK test_nanoduration.R........... 100 tests OK test_nanoduration.R........... 101 tests OK test_nanoduration.R........... 102 tests OK test_nanoduration.R........... 103 tests OK test_nanoduration.R........... 104 tests OK test_nanoduration.R........... 105 tests OK test_nanoduration.R........... 106 tests OK test_nanoduration.R........... 107 tests OK test_nanoduration.R........... 108 tests OK test_nanoduration.R........... 109 tests OK test_nanoduration.R........... 110 tests OK test_nanoduration.R........... 111 tests OK test_nanoduration.R........... 112 tests OK test_nanoduration.R........... 113 tests OK test_nanoduration.R........... 114 tests OK test_nanoduration.R........... 115 tests OK test_nanoduration.R........... 116 tests OK test_nanoduration.R........... 117 tests OK test_nanoduration.R........... 118 tests OK test_nanoduration.R........... 119 tests OK test_nanoduration.R........... 120 tests OK test_nanoduration.R........... 121 tests OK test_nanoduration.R........... 122 tests OK test_nanoduration.R........... 123 tests OK test_nanoduration.R........... 124 tests OK test_nanoduration.R........... 125 tests OK test_nanoduration.R........... 126 tests OK test_nanoduration.R........... 127 tests OK test_nanoduration.R........... 128 tests OK test_nanoduration.R........... 129 tests OK test_nanoduration.R........... 130 tests OK test_nanoduration.R........... 131 tests OK test_nanoduration.R........... 132 tests OK test_nanoduration.R........... 133 tests OK test_nanoduration.R........... 134 tests OK test_nanoduration.R........... 135 tests OK test_nanoduration.R........... 136 tests OK test_nanoduration.R........... 137 tests OK test_nanoduration.R........... 138 tests OK test_nanoduration.R........... 139 tests OK test_nanoduration.R........... 140 tests OK test_nanoduration.R........... 141 tests OK test_nanoduration.R........... 142 tests OK test_nanoduration.R........... 143 tests OK test_nanoduration.R........... 144 tests OK test_nanoduration.R........... 145 tests OK test_nanoduration.R........... 146 tests OK test_nanoduration.R........... 147 tests OK test_nanoduration.R........... 148 tests OK test_nanoduration.R........... 149 tests OK test_nanoduration.R........... 150 tests OK test_nanoduration.R........... 151 tests OK test_nanoduration.R........... 152 tests OK test_nanoduration.R........... 153 tests OK test_nanoduration.R........... 154 tests OK test_nanoduration.R........... 155 tests OK test_nanoduration.R........... 156 tests OK test_nanoduration.R........... 157 tests OK test_nanoduration.R........... 158 tests OK test_nanoduration.R........... 159 tests OK test_nanoduration.R........... 160 tests OK test_nanoduration.R........... 161 tests OK test_nanoduration.R........... 162 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 163 tests OK test_nanoduration.R........... 164 tests OK test_nanoduration.R........... 165 tests OK test_nanoduration.R........... 166 tests OK test_nanoduration.R........... 167 tests OK test_nanoduration.R........... 168 tests OK test_nanoduration.R........... 169 tests OK test_nanoduration.R........... 170 tests OK test_nanoduration.R........... 171 tests OK Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'as.nanoduration': too many arguments Calls: ... seq.nanoduration -> as.nanoduration -> seq -> seq -> seq.integer64 In addition: Warning messages: 1: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 2: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 3: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range 4: In as.integer64.character("-9223372036854775808") : NAs introduced by coercion to integer64 range Execution halted Package: rFIA Check: whether package can be installed New result: WARNING Found the following significant warnings: Warning: replacing previous import ‘bit64::setdiff’ by ‘dplyr::setdiff’ when loading ‘rFIA’ Warning: replacing previous import ‘bit64::intersect’ by ‘dplyr::intersect’ when loading ‘rFIA’ Warning: replacing previous import ‘bit64::union’ by ‘dplyr::union’ when loading ‘rFIA’ Warning: replacing previous import ‘bit64::setequal’ by ‘dplyr::setequal’ when loading ‘rFIA’ Package: whSample Check: whether package can be installed New result: WARNING Found the following significant warnings: Warning: replacing previous import ‘bit64::setdiff’ by ‘dplyr::setdiff’ when loading ‘whSample’ Warning: replacing previous import ‘bit64::intersect’ by ‘dplyr::intersect’ when loading ‘whSample’ Warning: replacing previous import ‘bit64::union’ by ‘dplyr::union’ when loading ‘whSample’ Warning: replacing previous import ‘bit64::setequal’ by ‘dplyr::setequal’ when loading ‘whSample’