The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package WeightedTreemaps

Last updated on 2026-05-05 11:51:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 47.42 92.35 139.77 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 35.99 67.01 103.00 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 55.00 146.18 201.18 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 98.00 154.94 252.94 OK
r-devel-windows-x86_64 0.1.4 59.00 113.00 172.00 ERROR
r-patched-linux-x86_64 0.1.4 51.56 84.34 135.90 OK
r-release-linux-x86_64 0.1.4 51.50 84.06 135.56 OK
r-release-macos-arm64 0.1.4 9.00 27.00 36.00 OK
r-release-macos-x86_64 0.1.4 31.00 127.00 158.00 OK
r-release-windows-x86_64 0.1.4 59.00 110.00 169.00 ERROR
r-oldrel-macos-arm64 0.1.4 OK
r-oldrel-macos-x86_64 0.1.4 28.00 96.00 124.00 OK
r-oldrel-windows-x86_64 0.1.4 76.00 143.00 219.00 ERROR

Check Details

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 + ) Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-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.