Last updated on 2025-12-28 01:48:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.3 | 5.93 | 79.88 | 85.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.3 | 4.70 | 57.71 | 62.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.3 | 11.00 | 135.90 | 146.90 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.3 | 13.00 | 145.19 | 158.19 | OK | |
| r-devel-windows-x86_64 | 3.3 | 7.00 | 88.00 | 95.00 | ERROR | |
| r-patched-linux-x86_64 | 3.3 | 6.59 | 74.16 | 80.75 | OK | |
| r-release-linux-x86_64 | 3.3 | 5.62 | 74.65 | 80.27 | 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 | 87.00 | 95.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 | 9.00 | 112.00 | 121.00 | OK |
Version: 3.3
Check: examples
Result: ERROR
Running examples in 'tmaptools-Ex.R' failed
The error most likely occurred in:
> ### 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
Flavor: r-devel-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.
Health stats visible at Monitor.