From a6f7b1293ebabc78f6c072cab704f8b3585e4953 Mon Sep 17 00:00:00 2001 From: edzer Date: Sun, 3 Nov 2024 20:45:50 +0100 Subject: [PATCH] add news --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index a56fddab3..4b9106769 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ # version 1.0-19 -* fix type checks in C++ GDAL area and length computation functions, anticipating GDAL 3.10.0; #2466, #2468mm, #2469 by @rsbivand and @rouault +* fix type checks in C++ GDAL area and length computation functions, anticipating GDAL 3.10.0; #2466, #2468, #2469 by @rsbivand and @rouault * improve test on empty geometries, which changed in 1.0-18; #2463 * `gdal_utils()` `ogrinfo` has an argument `read_only` which, when `TRUE` (or `options` includes `"-ro"`), opens a datasource in read-only mode (#2460; `sf` did this before 1.0-17); by default a datasource is opened in update (read-write) mode (since sf 1.0-17; #2420) -* the `sf` -> `ppp` conversion accepts a data.frame of marks instead of just 1 column #2450, by @agila5 +* the `sf` -> `ppp` conversion `as.ppp.sf()` accepts a data.frame of marks instead of just 1 column #2450, by @agila5 # version 1.0-18