NEWS
ggspatial 1.1.9.9000
- 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
ggspatial 1.1.9 (2023-08-17)
- Fix donttest examples for updated raster/terra stack.
ggspatial 1.1.8 (2023-04-13)
- Fix
annotation_spatial()
for the latest ggplot2 release (#114, #115).
ggspatial 1.1.7 (2022-11-24)
- Fixed deprecated behaviour advanced in the latest ggplot2
release (#106).
ggspatial 1.1.6 (2022-07-08)
ggspatial 1.1.5 (2021-01-04)
- 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.