Last updated on 2026-05-12 06:51:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1 | 34.30 | 316.49 | 350.79 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2 | 24.89 | 217.32 | 242.21 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2 | 63.00 | 516.79 | 579.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2 | 63.00 | 502.76 | 565.76 | OK | |
| r-devel-windows-x86_64 | 0.2 | 37.00 | 274.00 | 311.00 | OK | |
| r-patched-linux-x86_64 | 0.1 | 28.01 | 274.83 | 302.84 | ERROR | |
| r-release-linux-x86_64 | 0.1 | 33.85 | 302.51 | 336.36 | ERROR | |
| r-release-macos-arm64 | 0.2 | 7.00 | 66.00 | 73.00 | OK | |
| r-release-macos-x86_64 | 0.2 | 22.00 | 246.00 | 268.00 | OK | |
| r-release-windows-x86_64 | 0.2 | 28.00 | 233.00 | 261.00 | OK | |
| r-oldrel-macos-arm64 | 0.2 | 7.00 | 63.00 | 70.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2 | 22.00 | 219.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2 | 31.00 | 271.00 | 302.00 | OK |
Version: 0.1
Check: S3 generic/method consistency
Result: WARN
tmapGetShapeMeta1:
function(shp, layer, o)
tmapGetShapeMeta1.sfnetwork:
function(shp, o)
tmapShape:
function(shp, is.main, crs, bbox, unit, filter, layer, shp_name,
smeta, o, tmf)
tmapShape.sfnetwork:
function(shp, is.main, crs, bbox, unit, filter, shp_name, smeta, o,
tmf)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘tmap.networks-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tm_edges
> ### Title: Map layer: edges of a (sf)network
> ### Aliases: tm_edges opt_tm_edges
>
> ### ** Examples
>
> library(tmap)
> library(sfnetworks)
>
> sfn = as_sfnetwork(roxel)
>
> tm_shape(sfn) +
+ tm_network()
Error in tmapGetShapeMeta1.sfnetwork(shp, layer, c(o, tmg$tmf)) :
unused argument (c(o, tmg$tmf))
Calls: <Anonymous> ... step1_rearrange_facets -> lapply -> FUN -> tmapGetShapeMeta1
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64