Skip to content

Commit

Permalink
Increment version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
see24 committed Jun 23, 2023
1 parent ef6ff4e commit 5797c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: roads
Title: Road Network Projection
Version: 1.1.0.9000
Version: 1.1.1
Authors@R:
c(person(given = "Sarah",
family = "Endicott",
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# roads (development version)
# roads 1.1.1
* Fix an issue where updates to `terra` were causing roads to break
* In the process removed `raster` and `sp` from dependencies and converted example data to `terra` and `sf` formats. This requires a new function `prepExData` to unwrap the `terra` objects that needed to be wrapped for storage

# roads 1.1.0
* converted to using `terra` throughout the package. `raster` objects are still accepted but will be converted to `terra` formats.
* Added `getDistFromSource` function to use moving windows to quickly get a raster of the distance from the nearest source (e.g road).
* remove `SpaDES.tools` dependency because it is archived on CRAN and there is an equivalent method in `terra` now.
* remove `SpaDES.tools` dependency because it was archived on CRAN and there is an equivalent method in `terra` now.
* The returned cost raster now includes the projected roads as having a cost of 0. This makes it easier to loop additional road building over time but is a change from the previous version where the input cost surface was returned.

# roads 1.0.0
Expand Down

0 comments on commit 5797c61

Please sign in to comment.