Last updated on 2025-12-19 14:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.3 | 6.67 | 75.44 | 82.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.3 | 4.26 | 52.64 | 56.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.3 | 11.00 | 113.44 | 124.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 10.00 | 93.14 | 103.14 | ERROR | |
| r-devel-windows-x86_64 | 0.3.3 | 10.00 | 82.00 | 92.00 | OK | |
| r-patched-linux-x86_64 | 0.3.3 | 6.86 | 68.20 | 75.06 | OK | |
| r-release-linux-x86_64 | 0.3.3 | 6.42 | 67.71 | 74.13 | OK | |
| r-release-macos-arm64 | 0.3.3 | OK | ||||
| r-release-macos-x86_64 | 0.3.3 | 4.00 | 43.00 | 47.00 | OK | |
| r-release-windows-x86_64 | 0.3.3 | 10.00 | 81.00 | 91.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.3 | 4.00 | 52.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.3 | 10.00 | 100.00 | 110.00 | OK |
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘qbinplots-Ex.R’ failed
The error most likely occurred in:
> ### Name: cond_heatmap
> ### Title: Conditional heatmap
> ### Aliases: cond_heatmap
>
> ### ** Examples
>
> cond_heatmap(
+ iris,
+ x = "Petal.Length",
+ n = 12
+ )
Error in `[.data.table`(y_data, , `:=`(d, n/sum(n)), by = .(bin)) :
attempt access index 3/3 in VECTOR_ELT
Calls: cond_heatmap ... FUN -> plot_cond_heatmap_gradient -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc