CRAN Package Check Results for Package cartograflow

Last updated on 2026-05-06 00:49:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 10.84 107.35 118.19 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 8.18 75.73 83.91 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 18.00 159.86 177.86 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5 17.00 169.53 186.53 OK
r-devel-windows-x86_64 1.0.5 12.00 105.00 117.00 ERROR
r-patched-linux-x86_64 1.0.5 7.80 96.44 104.24 OK
r-release-linux-x86_64 1.0.5 10.93 97.20 108.13 OK
r-release-macos-arm64 1.0.5 3.00 30.00 33.00 OK
r-release-macos-x86_64 1.0.5 7.00 111.00 118.00 OK
r-release-windows-x86_64 1.0.5 15.00 107.00 122.00 OK
r-oldrel-macos-arm64 1.0.5 OK
r-oldrel-macos-x86_64 1.0.5 5.00 95.00 100.00 OK
r-oldrel-windows-x86_64 1.0.5 17.00 137.00 154.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.7\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