Changes in version 0.1.10 (2026-01-22) - dplyr compatibility making id a global variable. Changes in version 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. Changes in version 0.1.8 - Bug fix for when focal_points = NULL Changes in version 0.1.7 - geom_sugarbag() added to streamline the sugarbag process. Changes in version 0.1.6 (2022-11-09) - Changed one print statement to message, at request of CRAN - Removed dontrun example Changes in version 0.1.5 - Update examples to run on win in <5s Changes in version 0.1.4 - Update source of data files and documentation to html5 Changes in version 0.1.3 (2020-10-26) - Refactor for the dplyr update to version 1.0.2 Changes in version 0.1.2 (2020-01-08) - Allow for no focal points to be used Changes in version 0.1.1 (2019-08-20) - Changed uses of nest and unnest due to tidyr changes (#11) Changes in version 0.1.0 (2019-06-14) - First release