The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-04-15 05:53:21 CEST.
| Package | ERROR | OK |
|---|---|---|
| cartograflow | 1 | 13 |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.