Last updated on 2025-12-20 05:50:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.3 | 6.06 | 78.15 | 84.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.3 | 4.67 | 53.14 | 57.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.3 | 11.00 | 134.07 | 145.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.3 | 11.00 | 135.11 | 146.11 | OK | |
| r-devel-windows-x86_64 | 3.3 | 8.00 | 90.00 | 98.00 | OK | |
| r-patched-linux-x86_64 | 3.3 | 6.33 | 75.65 | 81.98 | OK | |
| r-release-linux-x86_64 | 3.3 | 6.15 | 76.28 | 82.43 | OK | |
| r-release-macos-arm64 | 3.3 | OK | ||||
| r-release-macos-x86_64 | 3.3 | 4.00 | 78.00 | 82.00 | OK | |
| r-release-windows-x86_64 | 3.3 | 8.00 | 93.00 | 101.00 | OK | |
| r-oldrel-macos-arm64 | 3.3 | OK | ||||
| r-oldrel-macos-x86_64 | 3.3 | 4.00 | 80.00 | 84.00 | OK | |
| r-oldrel-windows-x86_64 | 3.3 | 10.00 | 118.00 | 128.00 | OK |
Version: 3.3
Check: examples
Result: ERROR
Running examples in ‘tmaptools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: crop_shape
> ### Title: Crop shape object
> ### Aliases: crop_shape
>
> ### ** Examples
>
> if (require(tmap) && packageVersion("tmap") >= "3.99") {
+ data(World, NLD_muni, land, metro)
+
+ #land_NLD <- crop_shape(land, NLD_muni)
+
+ #qtm(land_NLD, raster="trees", style="natural")
+
+ metro_Europe <- crop_shape(metro, World[World$continent == "Europe", ], polygon = TRUE)
+
+ qtm(World) +
+ tm_shape(metro_Europe) +
+ tm_bubbles("pop2010",
+ col="red",
+ size.legend = tm_legend("European cities")) +
+ tm_legend(frame=TRUE)
+ }
Loading required package: tmap
── tmap v3 code detected ───────────────────────────────────────────────────────
[v3->v4] `tm_legend()`: use 'tm_legend()' inside a layer function, e.g.
'tm_polygons(..., fill.legend = tm_legend())'
This message is displayed once every 8 hours.
[tip] Consider a suitable map projection, e.g. by adding `+ tm_crs("auto")`.
This message is displayed once per session.
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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
approx_areas 6.111 0.469 8.214
Flavor: r-devel-linux-x86_64-debian-gcc