tidyterra 1.0.0
- Minimal R version required updated to >= 4.1.0.
- Minimal ggplot2 version required >= 4.0.0.
- Adapt deprecation of ggplot2 (4.0.0):
geom_spatvector_label()/geom_spatvector_text():label.size
aesthetic replaced bylinewidth. Alsonudge_xandnudge_yare not
explicitly documented and are passed toggplot2::geom_sf_label()/
_text()via dots (...).
get_coltab_pal()can extract colors with alpha values (#180).- New dependency generics added to Imports. New methods (
SpatRaster,
SpatVector,SpatGraticule,SpatExtent) included:tidy.SpatRaster(), etc.glance.SpatRaster(), etc.required_pkgs.SpatRaster(), etc.
fortify.Spatmethods now usestidy.Spatmethods under the hood:- New
fortify.SpatExtent()method.
- New
- New
autoplot.SpatExtent()andautoplot.SpatGraticule()methods. summarise.SpatVector()supports now the.byargument.geom_spatraster_contour_text()is now a stable function.- testthat: Internal changes in tests:
- Move snapshot testing to its own directory, that is included in
.Rbuildignore: ./tests/testthat/test_ci.
- Move snapshot testing to its own directory, that is included in
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #182
- Extract coltabs with alpha by @dieghernan in #183
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #184
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #185
- Add new generics methods by @dieghernan in #186
- Improve lintr by @dieghernan in #187
- Adapt test suite to testthat 3.3.0 by @dieghernan in #189
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #190
Full Changelog: v0.7.2...v1.0.0