Skip to content

Commit

Permalink
update NEWS and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 13, 2020
1 parent 5165d93 commit 14f4f61
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^docs$
^pkgdown$
^LICENSE\.md$
^cran-comments\.md$
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 14f4f61

Please sign in to comment.