Skip to content

Commit 1ee25b6

Browse files
committed
v
1 parent c52f667 commit 1ee25b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: terra
22
Type: Package
33
Title: Spatial Data Analysis
4-
Version: 1.8-76
5-
Date: 2025-11-01
4+
Version: 1.8-80
5+
Date: 2025-11-04
66
Depends: R (>= 3.5.0), methods
77
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
88
LinkingTo: Rcpp

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 1.8-76
1+
# version 1.8-80
22

33
## bug fixes
44

@@ -9,6 +9,7 @@
99
- `values(x[["name"]])<-` failed if `x` had a single layer [#1944](https://github.com/rspatial/terra/issues/1944) by Wenbo Lv
1010
- colors specified in a vat.dbf file were no longer extracted due to a change in GDAL [#1943](https://github.com/rspatial/terra/issues/1943) by Josh O'Brien
1111
- `buffer<SpatVector>` with lon/lat coordinates did not behave well for very large buffers; especially around areas near the dateline [#1926](https://github.com/rspatial/terra/issues/1926) by Márcia Barbosa
12+
- `mask<SpatRaster,SpatVector>` "inverse=TRUE" lost the layernames. [#1959](https://github.com/rspatial/terra/issues/1959) by Alex Ilich
1213

1314
## enhancements
1415

0 commit comments

Comments
 (0)