Please note that rgeos will be retired during October 2023, plan transition to sf or terra functions using GEOS at your earliest convenience (see https://r-spatial.org/r/2023/05/15/evolution4.html and earlier blogs for guidance).
- GEOS 3.12.0 beta WKTReader: Throw exception if WKT contains extra text after end of geometry (#1095, Dan Baston) uncovered error in WKT input in test.
- Make retirement in October 2023 explicit, move package start-up messages to load from attach
- remove CXX11 requirement
-
commence deprecation
-
Update src/Makevars.win to GEOS 3.10.2 for R < 4.2
-
fix -Wstrict-prototypes problems
- Adapt to UCRT Windows 4.2
- Run autoupdate on configure.ac to handle obsolete AC_HELP_STRING etc.
-
adapt to OverlayNG in GEOS 3.9
-
update Windows static library to GEOS 3.9
-
add gMinumumRotatedRectangle() and gMaximumInscribedCircle() for GEOS 3.9
-
adapt configure.ac for GEOS 3.10
-
add support for structured geometry fixer in gMakeValid() from 3.10
-
add gMakeValid() for GEOS 3.8
-
update Windows static library to GEOS 3.8
-
add gCoverageUnion()
-
add stdlib.h to configure.ac