CRAN Package Check Results for Maintainer ‘Sylvain Blondeau <blondeau.sylvain at yahoo.fr>’

Last updated on 2026-03-20 05:51:48 CET.

Package ERROR OK
cartograflow 1 13

Package cartograflow

Current CRAN status: ERROR: 1, OK: 13

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