- 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
- add basic set of tests for
distance_to
anddistance_raster
withtinytest
- 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
- initial 0.0.1 with
distance_to()
anddistance_raster()