- Updated
load_longlake_data()to use terra package by default instead of the deprecated raster package - Updated example for
layer_spatial()to avoid error when plotting raster layer - Fix broken documentation links to
ggplot2::geom_raster() - Prepare ggplot2 S3 methods for forthconing ggplot2
- Fix donttest examples for updated raster/terra stack.
- Fix
annotation_spatial()for the latest ggplot2 release (#114, #115).
- Fixed deprecated behaviour advanced in the latest ggplot2 release (#106).
- Added terra package support (@dieghernan, #92, #94)
- Fix north arrow rotation (@potash, #82)
- Add support for factor/categorical rasters (@JoshOBrien, #78)
- Better raster support for stars (@dieghernan, #95)
- Fix example data for updated sf/GDAL (@rsbivand, #101)
- Added a
NEWS.mdfile to track changes to the package. - Suppressed discarded datum warnings that resulted from loading of test data.
- Suppressed discarded datum warnings that resulted from 'rosm' package operations.
- Fixed an error that caused RStudio to crash from excessive
memory allocation resulting when trying to plot a single point
with
annotation_map_tile()(#74). - Ensured that packages in 'Suggests' are used conditionally in tests and examples.