diff --git a/.Rbuildignore b/.Rbuildignore index 472995b2..beb23b5b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,4 @@ ^docs$ ^pkgdown$ ^LICENSE\.md$ +^cran-comments\.md$ diff --git a/NEWS.md b/NEWS.md index 3bf6fcb8..f16318a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # wk (development version) +* Fixed WKB import of ZM geometries that do not use EWKB +* Added `xy()`, `xyz()`, `xym()` and `xyzm()` classes + to efficiently store point geometries. +* Added the `rct()` vector class to efficiently store + two-dimensional rectangles. +* Fixed the CRAN check failure caused by a circular + dependency with the wkutils package. +* Added S3 methods to coerce sf objects to and from + `wkt()`, `wkb()` and `wksxp()`. + # wk 0.3.2 * Fixed EWKB output for collections and multi-geometries diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..d14589b8 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,12 @@ + +## Test environments + +* local (MacOS, R 4.0.1) +* GitHub Actions (ubuntu-20.04): release, devel +* GitHub Actions (windows): release +* Github Actions (macOS): release +* win-builder: devel + +## R CMD check results + +0 errors | 0 warnings | 0 notes