paleolimbot / geos

Open Source Geometry Engine ('GEOS') R API
https://paleolimbot.github.io/geos/
Other
61 stars 8 forks source link

New error on M1 Mac #85

Closed paleolimbot closed 1 year ago

paleolimbot commented 1 year ago
── Error ('test-geos-unary-geometry.R:652:3'): voronoi diagrams work ───────────
  Error in `geos_equals(geos_voronoi_polygons("MULTIPOINT (0 0, 1 0, 0 3)"), 
      geos_voronoi_polygons("MULTIPOINT (0 0, 1 0, 0 3)", env = "POLYGON ((-1 -1, 2 -1, 2 4, -1 4, -1 -1))"))`: [1] TopologyException: side location conflict at 0.5 1.5. This can occur if the input geometry is invalid.
  Backtrace:
      ▆
   1. ├─testthat::expect_true(...) at test-geos-unary-geometry.R:652:2
   2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
   3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
   4. └─geos::geos_equals(...)