sfext (development version)
Fixes
- Correct several small typos in standalone sf utilities.
- Correct typo for id_argdefault value inbind_sf_coverage()
- Correct typos for internal cli_abort_ifnot()andcli_warn_ifnot()functions.
Changes
- Replace st_concave_hullwithst_concave_hull_ext()
- Avoid using .onLoad to load packaged data (use namespacing per guidance in R Packages book)
New features
- Add rdeck helper functions rdeck_edit()andrdeck_select()
- Add mapview helper functions mapview_ext()andmapview_exif()
- Add new read_sf_felt()function (#5)
- Add new st_dissolve()function.
sfext 0.1.1 (2023-03-28)
- Add is_wgs84()+as_wgs84()functions.
- Export st_edge()function.
- Deprecate get_data_dir()function (superseded by)filenamr::get_data_dir().
- Removed write_exif()function (moved tofilenamr::write_exif()).
- Replace null.ok parameter with allow_null and list.ok parameter with allow_list.
- Stop importing purrr::map()andpurrr::map_lgl()(replaced withstandalone-purrr.R).
- Add new pkg parameter to read_sf_pkg()as alternative to package parameter.
