• 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.
  • Fixed deprecated behaviour advanced in the latest ggplot2 release (#106).
  • Added a NEWS.md file 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.