Skip to content

tidyterra 1.0.0

Choose a tag to compare

@dieghernan dieghernan released this 23 Jan 07:12
  • 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 by linewidth. Also nudge_x and nudge_y are not
      explicitly documented and are passed to ggplot2::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.Spat methods now uses tidy.Spat methods under the hood:
    • New fortify.SpatExtent() method.
  • New autoplot.SpatExtent() and autoplot.SpatGraticule() methods.
  • summarise.SpatVector() supports now the .by argument.
  • 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.

What's Changed

Full Changelog: v0.7.2...v1.0.0