paleolimbot / geos

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

Use new array copy functions where appropriate #58

Closed paleolimbot closed 2 years ago

paleolimbot commented 2 years ago

GEOSCoordSeq_copyFromArrays, GEOSCoordSeq_copyFromBuffer, GEOSCoordSeq_copyToArrays, GEOSCoordSeq_copyToBuffer

paleolimbot commented 2 years ago

This will be cleaner when support for 3.8/3.9 is dropped...no official policy yet, but I imagine it will be that geos will compile and run using the last 3 minor versions of GEOS.

paleolimbot commented 2 years ago

Done in #74 and #75.