sfislands 1.1.2.9000 (development version)
- Fixed bug in
st_bridges()where function failed when geometry column wasn’t named ‘geometry’ - Function now works with any geometry column name using
sf::st_geometry()
sfislands 1.1.0
CRAN release: 2025-03-01
New Features
-
The functions
st_manual_cut_nbandst_manual_join_nbhave been deprecated and replaced by the more intuitively namedst_force_cut_nbandst_force_join_nb.- The new
st_force_cut_nb()andst_force_join_nb()functions work similarly to their predecessors, but now include a new argumentxy_df. This allows multiple cuts or joins to be applied in a single function call, improving both performance and usability. - The
xy_dfargument should be a data frame containing two columns,xandy, representing pairs of units to be cut or joined.
- The new
-
In
st_bridges(), the argumentgeom_col_namehas been deprecated in favour of the clearerrow_identifier.- This is purely a naming change — the functionality remains the same.
