Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Oct 9, 2024
1 parent 22b0b19 commit 5827fe8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 5827fe8

Please sign in to comment.