Last updated on 2026-03-19 08:53:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.5 | 10.70 | 102.27 | 112.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.5 | 7.92 | 75.55 | 83.47 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.5 | 18.00 | 155.24 | 173.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 17.00 | 163.61 | 180.61 | OK | |
| r-devel-macos-arm64 | 1.0.5 | 2.00 | 29.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 1.0.5 | 12.00 | 106.00 | 118.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.5 | 9.27 | 94.08 | 103.35 | OK | |
| r-release-linux-x86_64 | 1.0.5 | 6.83 | 93.54 | 100.37 | OK | |
| r-release-macos-arm64 | 1.0.5 | OK | ||||
| r-release-macos-x86_64 | 1.0.5 | 5.00 | 95.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 1.0.5 | 14.00 | 107.00 | 121.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.5 | 6.00 | 74.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.5 | 16.00 | 136.00 | 152.00 | OK |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in 'cartograflow-Ex.R' failed
The error most likely occurred in:
> ### Name: flowjointure
> ### Title: Builds a spatial join with a flow dataset
> ### Aliases: flowjointure
>
> ### ** Examples
>
> library(cartograflow)
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE
> data(flowdata)
> map <- st_read(system.file("shape/MGP_TER.shp", package = "cartograflow"))
Reading layer `MGP_TER' from data source
`D:\RCompile\CRANpkg\lib\4.6\cartograflow\shape\MGP_TER.shp'
using driver `ESRI Shapefile'
Simple feature collection with 12 features and 14 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 637297.4 ymin: 6838629 xmax: 671752.1 ymax: 6879246
Projected CRS: Lambert_Conformal_Conic
> tabflow <- flowjointure(
+ geom = "area", bkg = map, DF.flow = flows, origin = "i", destination = "j",
+ id = "EPT_NUM", x = "X", y = "Y"
+ )
Warning: st_centroid assumes attributes are constant over geometries
Flavor: r-devel-windows-x86_64