CRAN Package Check Results for Package data.table.threads

Last updated on 2025-12-19 12:49:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 6.21 57.66 63.87 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 3.83 42.84 46.67 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 10.00 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 9.00 89.39 98.39 ERROR
r-devel-windows-x86_64 1.0.1 8.00 64.00 72.00 OK
r-patched-linux-x86_64 1.0.1 4.84 51.11 55.95 OK
r-release-linux-x86_64 1.0.1 4.94 51.62 56.56 OK
r-release-macos-arm64 1.0.1 OK
r-release-macos-x86_64 1.0.1 3.00 62.00 65.00 OK
r-release-windows-x86_64 1.0.1 8.00 65.00 73.00 OK
r-oldrel-macos-arm64 1.0.1 OK
r-oldrel-macos-x86_64 1.0.1 4.00 147.00 151.00 OK
r-oldrel-windows-x86_64 1.0.1 9.00 81.00 90.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘data.table.threads-Ex.R’ failed The error most likely occurred in: > ### Name: addRecommendedEfficiency > ### Title: Function that adds recommended efficiency speedup lines and > ### points to benchmarks > ### Aliases: addRecommendedEfficiency > > ### ** Examples > > # Finding the best performing thread count for each benchmarked data.table function > # with a data size of 1000 rows and 10 columns: > benchmarks <- data.table.threads::findOptimalThreadCount(1e3, 10) Error in `[.data.table`(seconds.dt, , `:=`(speedup = median[threadCount == : attempt access index 5/5 in VECTOR_ELT Calls: <Anonymous> -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘data.table.threads-Ex.R’ failed The error most likely occurred in: > ### Name: addRecommendedEfficiency > ### Title: Function that adds recommended efficiency speedup lines and > ### points to benchmarks > ### Aliases: addRecommendedEfficiency > > ### ** Examples > > # Finding the best performing thread count for each benchmarked data.table function > # with a data size of 1000 rows and 10 columns: > benchmarks <- data.table.threads::findOptimalThreadCount(1e3, 10) cld calculation took more than 5 seconds set include_cld = FALSE to skip the cld calculation cld calculation took more than 5 seconds set include_cld = FALSE to skip the cld calculation Error in `[.data.table`(seconds.dt, , `:=`(speedup = median[threadCount == : attempt access index 5/5 in VECTOR_ELT Calls: <Anonymous> -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc