NEWS
sugarbag 0.1.10 (2026-01-22)
- dplyr compatibility making id a global variable.
sugarbag 0.1.9 (2025-12-06)
- Removed dependency on rmapshapr because this package is not available on one platform on CRAN. This means that read_shape() is not available any more. It only used sf::st_read and then did the map thinning. People can do this manually.
- Fixed CITATION
- Fixed incorrect use of \itemize
- Removed geom_sugarbag, too much to fix to make this work again.
sugarbag 0.1.8
- Bug fix for when focal_points = NULL
sugarbag 0.1.7
geom_sugarbag() added to streamline the sugarbag process.
sugarbag 0.1.6 (2022-11-09)
- Changed one print statement to message, at request of CRAN
- Removed dontrun example
sugarbag 0.1.5
- Update examples to run on win in <5s
sugarbag 0.1.4
- Update source of data files and documentation to html5
sugarbag 0.1.3 (2020-10-26)
- Refactor for the dplyr update to version 1.0.2
sugarbag 0.1.2 (2020-01-08)
- Allow for no focal points to be used
sugarbag 0.1.1 (2019-08-20)
- Changed uses of nest and unnest due to tidyr changes (#11)
sugarbag 0.1.0 (2019-06-14)