Skip to content

Commit 4081c8c

Browse files
committed
m
1 parent 8dcd715 commit 4081c8c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: terra
22
Type: Package
33
Title: Spatial Data Analysis
44
Version: 1.7-73
5-
Date: 2024-02-09
5+
Date: 2024-02-13
66
Depends: R (>= 3.5.0)
77
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
88
LinkingTo: Rcpp

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# version 1.7-73
22

3+
## bug fixes
4+
5+
- `writeVector` and `readVector` better handle empty geopackage layers [#1426](https://github.com/rspatial/terra/issues/1426) by Andrew Gene Brown.
6+
37
## enhancements
48

59
- `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.
610
- `as.list<SpatRaster>` has new argument "geom=NULL"
711
- `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.
12+
- `inset` has new arguments "offset" and "add" [#1422](https://github.com/rspatial/terra/issues/1422) by Armand-CT
813

914
## new
1015

man/costDist.Rd

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
\name{costDist}
22

3-
\alias{costDistance}
4-
\alias{costDistance,SpatRaster-method}
5-
63
\alias{costDist}
74
\alias{costDist,SpatRaster-method}
85

9-
10-
\title{Cost distance}
6+
\title{Cost-distance}
117

128
\description{
139

0 commit comments

Comments
 (0)