Skip to content

Commit 26e44bf

Browse files
committed
v
1 parent dd632cc commit 26e44bf

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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-87
5-
Date: 2025-11-28
4+
Version: 1.8-89
5+
Date: 2025-12-13
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
# version 1.8-88
1+
# version 1.8-89
22

33
## bug fixes
44

5-
`plot<SpatRaster>(add=TRUE)` did not put the legend in the right place if the first raster had a larger extent and the number of cells was larger than maxcell. [#1979](https://github.com/rspatial/terra/issues/1979) by Mehmet Göktuğ Öztürk
5+
- `plot<SpatRaster>(add=TRUE)` did not put the legend in the right place if the first raster had a larger extent and the number of cells was larger than maxcell. [#1979](https://github.com/rspatial/terra/issues/1979) by Mehmet Göktuğ Öztürk
6+
- `plot<SpatVector>(ext=...)` plotted polygons outside plotting region if argument 'col' was used [#1986](https://github.com/rspatial/terra/issues/1986) by Márcia Barbosa
67

78
## enhancements
89

9-
`$<-<SpatVector>` now gives an error if the replacement is longer than the data, and a warning if recylcing of a shorter replacement is imperfect. [#1980](https://github.com/rspatial/terra/issues/1980) by Margaret Bolton
10+
- `vect<data.frame>` has improved guessing of variable names (if argument geom is not supplied) and crs (if that argument is not supplied, and gets argument "quiet=TRUE" that can be set to false to get warnings if either of these is guessed. [#1984](https://github.com/rspatial/terra/issues/1984) and [#1985](https://github.com/rspatial/terra/issues/1985) by Márcia Barbosa
11+
- `extract<SpatVector>` is now less memory hungry when using argument layers [#1983](https://github.com/rspatial/terra/issues/1983) by Kodi Arfer
12+
- `split<SpatVector>` now behaves like the data.frame method when using multiple split variables [#1987](https://github.com/rspatial/terra/issues/1987) by WillhKessler
13+
- `$<-<SpatVector>` now gives an error if the replacement is longer than the data, and a warning if recylcing of a shorter replacement is imperfect. [#1980](https://github.com/rspatial/terra/issues/1980) by Margaret Bolton
14+
- `cartogram` gets new arguments "inside" and "exp" and better scaling [#1982](https://github.com/rspatial/terra/issues/1982 by Márcia Barbosa
15+
`spatSample<SpatRaster>` gains argument "as.mask" [#1981](https://github.com/rspatial/terra/issues/1981) by Agustin Lobo
16+
1017

1118
## new
1219

1320

21+
1422
# version 1.8-87
1523

1624
Released 2025-11-28

0 commit comments

Comments
 (0)