Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Feb 17, 2024
1 parent 8dcd715 commit 4081c8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: terra
Type: Package
Title: Spatial Data Analysis
Version: 1.7-73
Date: 2024-02-09
Date: 2024-02-13
Depends: R (>= 3.5.0)
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
LinkingTo: Rcpp
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# version 1.7-73

## bug fixes

- `writeVector` and `readVector` better handle empty geopackage layers [#1426](https://github.com/rspatial/terra/issues/1426) by Andrew Gene Brown.

## enhancements

- `extract` has new argument "small=TRUE" to allow for strict use of "touches=FALSE" [#1419](https://github.com/rspatial/terra/issues/1419) by Floris Vanderhaeghe.
- `as.list<SpatRaster>` has new argument "geom=NULL"
- `rast<list>` now recognizes (x, y, z) base R "image" structures [stackoverflow](https://stackoverflow.com/questions/77949551/rspatial-convert-a-grid-list-to-a-raster-using-terra) by Ignacio Marzan.
- `inset` has new arguments "offset" and "add" [#1422](https://github.com/rspatial/terra/issues/1422) by Armand-CT

## new

Expand Down
6 changes: 1 addition & 5 deletions man/costDist.Rd
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
\name{costDist}

\alias{costDistance}
\alias{costDistance,SpatRaster-method}

\alias{costDist}
\alias{costDist,SpatRaster-method}


\title{Cost distance}
\title{Cost-distance}

\description{

Expand Down

0 comments on commit 4081c8c

Please sign in to comment.