Last updated on 2026-03-16 09:51:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 45.35 | 94.80 | 140.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 37.84 | 64.82 | 102.66 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 53.00 | 141.80 | 194.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 97.00 | 152.03 | 249.03 | OK | |
| r-devel-macos-arm64 | 0.1.4 | 9.00 | 25.00 | 34.00 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 56.00 | 110.00 | 166.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.4 | 49.65 | 84.52 | 134.17 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 51.01 | 83.01 | 134.02 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 28.00 | 96.00 | 124.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 60.00 | 118.00 | 178.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 29.00 | 147.00 | 176.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.4 | 70.00 | 147.00 | 217.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'WeightedTreemaps-Ex.R' failed
The error most likely occurred in:
> ### Name: drawTreemap
> ### Title: drawTreemap
> ### Aliases: drawTreemap
>
> ### ** Examples
>
> # load package
> library(WeightedTreemaps)
>
> # generate dummy data
> df <- data.frame(
+ A = rep(c("abcd", "efgh"), each = 4),
+ B = letters[1:8],
+ size = c(37, 52, 58, 27, 49, 44, 34, 45)
+ )
>
> # compute treemap
> tm <- voronoiTreemap(
+ data = df,
+ levels = c("B"),
+ cell_size = "size",
+ shape = "circle",
+ positioning = "regular",
+ seed = 123
+ )
Flavor: r-devel-windows-x86_64
Version: 0.1.4
Check: installed package size
Result: NOTE
installed size is 12.6Mb
sub-directories of 1Mb or more:
doc 1.4Mb
libs 10.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.