• 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
  • Removed geom_sugarbag, too much to fix to make this work again.
  • Bug fix for when focal_points = NULL
  • geom_sugarbag() added to streamline the sugarbag process.
  • Changed one print statement to message, at request of CRAN
  • Removed dontrun example
  • Update examples to run on win in <5s
  • Update source of data files and documentation to html5
  • Refactor for the dplyr update to version 1.0.2
  • Allow for no focal points to be used
  • Changed uses of nest and unnest due to tidyr changes (#11)
  • First release