CRAN Package Check Results for Package cartograflow

Last updated on 2026-04-14 23:55:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 10.11 108.01 118.12 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 7.59 74.19 81.78 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 18.00 158.37 176.37 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5 18.00 175.06 193.06 OK
r-devel-macos-arm64 1.0.5 3.00 29.00 32.00 OK
r-devel-windows-x86_64 1.0.5 13.00 110.00 123.00 ERROR
r-patched-linux-x86_64 1.0.5 11.51 96.09 107.60 OK
r-release-linux-x86_64 1.0.5 10.69 95.00 105.69 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 13.00 0.00 13.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 17.00 136.00 153.00 OK

Check Details

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