Last updated on 2025-12-19 13:50:38 CET.
| Package | ERROR | OK |
|---|---|---|
| data.table.threads | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
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