From 5827fe8bdee1502cc16779a311356260cee4a334 Mon Sep 17 00:00:00 2001 From: Eli Pousson Date: Tue, 8 Oct 2024 21:32:08 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ca40cef..8a868bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,22 @@ # sfext (development version) -* Replace st_concave_hull with `st_concave_hull_ext()` +## Fixes + +* Correct several small typos in standalone sf utilities. +* Correct typo for `id_arg` default value in `bind_sf_coverage()` +* Correct typos for internal `cli_abort_ifnot()` and `cli_warn_ifnot()` functions. + +## Changes + +* Replace `st_concave_hull` with `st_concave_hull_ext()` +* Avoid using .onLoad to load packaged data (use namespacing per [guidance in R Packages book](https://r-pkgs.org/data.html#sec-data-data)) + +## New features + * Add rdeck helper functions `rdeck_edit()` and `rdeck_select()` * Add mapview helper functions `mapview_ext()` and `mapview_exif()` * Add new `read_sf_felt()` function (#5) +* Add new `st_dissolve()` function. # sfext 0.1.1 (2023-03-28)