- Change to which WKB representations SpatialPolygons convert to
- SpatialPolygons objects now convert to either WKB Polygons or WKB MultiPolygons
- If each Polygons object in the SpatialPolygons object contains a single Polygon object with only one exterior boundary then convert to WKB Polygon, otherwise convert to WKB MultiPolygon
- Previously SpatialPolygons were converted to WKB Polygon containing multiple rings
- SpatialPolygons objects now convert to either WKB Polygons or WKB MultiPolygons
- Make changes for compatibility with R 4.0.0 (#12)
- Improved performance of function
hex2raw()
(#10)
- First CRAN release