Last updated on 2026-05-12 04:52:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.3 | 61.57 | 489.97 | 551.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.3 | 39.84 | 317.79 | 357.63 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.3 | 109.00 | 761.55 | 870.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.3 | 111.00 | 740.93 | 851.93 | OK | |
| r-devel-windows-x86_64 | 4.3 | 60.00 | 424.00 | 484.00 | OK | |
| r-patched-linux-x86_64 | 4.3 | 60.76 | 423.95 | 484.71 | OK | |
| r-release-linux-x86_64 | 4.3 | 49.62 | 453.27 | 502.89 | OK | |
| r-release-macos-arm64 | 4.3 | 13.00 | 95.00 | 108.00 | OK | |
| r-release-macos-x86_64 | 4.3 | 40.00 | 559.00 | 599.00 | OK | |
| r-release-windows-x86_64 | 4.3 | 65.00 | 379.00 | 444.00 | ERROR | |
| r-oldrel-macos-arm64 | 4.3 | 13.00 | 93.00 | 106.00 | OK | |
| r-oldrel-macos-x86_64 | 4.3 | 40.00 | 326.00 | 366.00 | OK | |
| r-oldrel-windows-x86_64 | 4.3 | 94.00 | 560.00 | 654.00 | OK |
Version: 4.3
Check: examples
Result: ERROR
Running examples in 'tmap-Ex.R' failed
The error most likely occurred in:
> ### Name: tm_logo
> ### Title: Map component: logo
> ### Aliases: tm_logo
>
> ### ** Examples
>
> data(World)
>
> tm_shape(World) +
+ tm_polygons("HPI", fill.scale = tm_scale_intervals(values = "brewer.rd_yl_gn")) +
+ tm_logo(c("https://www.r-project.org/logo/Rlogo.png",
+ system.file("help", "figures", "logo.png", package = "tmap"))) +
+ tm_logo("https://happyplanetindex.org/wp-content/themes/hpi/public/images/hpi-logo.svg",
+ height=5, position = c("left", "center"))
Error: https://www.r-project.org/logo/Rlogo.png is neither a valid path nor url
Execution halted
Flavor: r-release-windows-x86_64