Last updated on 2025-12-25 19:50:41 CET.
| Package | ERROR | OK |
|---|---|---|
| data.table.threads | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘data.table.threads-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-debian-clang