This release adds tidyverse-style methods for SpatVector objects and includes
documentation reviewed with explicit AI-assisted editing.
- Package documentation was reviewed and updated with AI assistance, including
roxygen2 comments, generated Rd files, documentation chunks, prose
documentation and user-facing cli messages.
New methods
The following methods were generated with AI assistance.
complete.SpatVector()supportstidyr::complete().cross_join.SpatVector()matches eachSpatVectorfeature inxwith every
row iny.expand.SpatVector()returns attribute combinations forSpatVectorobjects.group_map.SpatVector()andgroup_modify.SpatVector()apply functions to
groupedSpatVectorobjects.group_nest.SpatVector()andnest_by.SpatVector()create tibbles with
SpatVectorlist-columns.group_split.SpatVector()splits groupedSpatVectorobjects into a list of
SpatVectorobjects.group_trim.SpatVector()drops unused factor levels in grouping variables.nest.SpatVector()creates nestedSpatVectorlist-columns.nest_join.SpatVector()creates nested joins forSpatVectorinputs.reframe.SpatVector()can return any number of rows perSpatVectorgroup.rows_insert.SpatVector()and relatedrows_*()methods updateSpatVector
rows while preserving geometries.uncount.SpatVector()duplicatesSpatVectorfeatures according to a
weighting variable.?unite.Spatcombines severalSpatRasterlayers orSpatVectorattributes.
What's Changed
- Add new methods by @dieghernan in #204
- Add more tidyverse SpatVector methods by @dieghernan in #205
- Refactor with Codex by @dieghernan in #206
- Bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #207
- Fix with jarl by @dieghernan in #208
Full Changelog: v1.1.0...v1.2.0