Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.13 KB

NEWS.md

File metadata and controls

24 lines (18 loc) · 1.13 KB

distanceto 0.0.3 (2023-05-31)

  • fix errors with environment variable "R_CHECK_DEPENDS_ONLY" #11
  • update R CMD check GitHub Actions to V2 #10
  • fix extent check in distance_raster #9
  • add lwgeom to Suggests #8
  • remove example data and dependency on spData #7
  • add CITATION.cff with cffr
  • fix R CMD check with GitHub Actions for Mac #6

distanceto 0.0.2 (2021-07-01)

  • add basic set of tests for distance_to and distance_raster with tinytest
  • fill distance_raster man
  • fix distance calculation when crs indicates long lat, unprojected coordinates
  • basic intro vignette
  • use GitHub Actions for test workflow
  • add basic pkgdown site
  • add "measure" argument to distance_raster

distanceto 0.0.1 (2021-06-26)

  • initial 0.0.1 with distance_to() and distance_raster()