From 237cd795773d99c3b6bddaeb4528cbc454598c16 Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Tue, 22 Aug 2023 21:42:14 -0300 Subject: [PATCH] fix links to PRs --- NEWS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8a63540..f7a0e9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,10 +3,10 @@ * following [R-spatial evolution](https://r-spatial.org/r/2022/04/12/evolution.html), removed dependencies on retired spatial packages ( [PR 50](https://github.com/ropensci/spatsoc/issues/50): -[PR 52](https://github.com/ropensci/spatsoc/issues/50), -[PR 53](https://github.com/ropensci/spatsoc/issues/50), -[PR 54](https://github.com/ropensci/spatsoc/issues/50) -[PR 55](https://github.com/ropensci/spatsoc/issues/50)) +[PR 52](https://github.com/ropensci/spatsoc/issues/52), +[PR 53](https://github.com/ropensci/spatsoc/issues/53), +[PR 54](https://github.com/ropensci/spatsoc/issues/54) +[PR 55](https://github.com/ropensci/spatsoc/issues/55)) - spatsoc now depends on `sf`, `units` instead of `rgeos` and `sp` - `build_lines` now returns an `sf` LINESTRING object - `build_polys` now returns an `sf` POLYGON/MULTIPOLYGON object