Last updated on 2025-12-21 10:48:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1 | 37.86 | 289.13 | 326.99 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1 | 22.01 | 192.04 | 214.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1 | 61.00 | 469.21 | 530.21 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1 | 55.00 | 443.39 | 498.39 | ERROR | |
| r-devel-windows-x86_64 | 0.1 | 33.00 | 231.00 | 264.00 | OK | |
| r-patched-linux-x86_64 | 0.1 | 34.31 | 278.05 | 312.36 | OK | |
| r-release-linux-x86_64 | 0.1 | 31.44 | 277.86 | 309.30 | OK | |
| r-release-macos-arm64 | 0.1 | OK | ||||
| r-release-macos-x86_64 | 0.1 | 21.00 | 231.00 | 252.00 | OK | |
| r-release-windows-x86_64 | 0.1 | 32.00 | 245.00 | 277.00 | OK | |
| r-oldrel-macos-arm64 | 0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1 | 21.00 | 210.00 | 231.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1 | 47.00 | 318.00 | 365.00 | OK |
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘tmap.glyphs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: opt_tm_donuts
> ### Title: Map layer: donuts
> ### Aliases: opt_tm_donuts tm_donuts
>
> ### ** Examples
>
> library(tmap)
>
> ZH_muni = NLD_muni[NLD_muni$province == "Zuid-Holland", ]
>
> ZH_muni$income_middle = 100 - ZH_muni$income_high - ZH_muni$income_low
>
> which.max(ZH_muni$population)
[1] 26
>
> ZH_muni$population[c(10,26)] = 500000
>
> ZH_muni$income_high[1:15] = NA
>
> tm_shape(ZH_muni) +
+ tm_polygons() +
+ tm_donuts(parts = tm_vars(c("income_low", "income_middle", "income_high"), multivariate = TRUE),
+ fill.scale = tm_scale_categorical(values = "-pu_gn_div"),
+ size = "population",
+ lwd = 1,
+ size.scale = tm_scale_continuous(ticks = c(50000, 100000, 250000, 500000)),
+ options = opt_tm_donuts(fill_hole = FALSE))
[plot mode] map layer `tm_donuts` not available for mode "plot" and also not
for the other modes
Error in `[.data.table`(d, , `:=`(bbox, do.call(get_bbox, as.list(.SD))), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> print.tmap -> step4_plot -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘tmap.glyphs-Ex.R’ failed
The error most likely occurred in:
> ### Name: opt_tm_donuts
> ### Title: Map layer: donuts
> ### Aliases: opt_tm_donuts tm_donuts
>
> ### ** Examples
>
> library(tmap)
>
> ZH_muni = NLD_muni[NLD_muni$province == "Zuid-Holland", ]
>
> ZH_muni$income_middle = 100 - ZH_muni$income_high - ZH_muni$income_low
>
> which.max(ZH_muni$population)
[1] 26
>
> ZH_muni$population[c(10,26)] = 500000
>
> ZH_muni$income_high[1:15] = NA
>
> tm_shape(ZH_muni) +
+ tm_polygons() +
+ tm_donuts(parts = tm_vars(c("income_low", "income_middle", "income_high"), multivariate = TRUE),
+ fill.scale = tm_scale_categorical(values = "-pu_gn_div"),
+ size = "population",
+ lwd = 1,
+ size.scale = tm_scale_continuous(ticks = c(50000, 100000, 250000, 500000)),
+ options = opt_tm_donuts(fill_hole = FALSE))
[plot mode] map layer `tm_donuts` not available for mode "plot" and also not
for the other modes
Error in `[.data.table`(d, , `:=`(bbox, do.call(get_bbox, as.list(.SD))), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> print.tmap -> step4_plot -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc