Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1782e07

Browse files
committed
v
1 parent 3229291 commit 1782e07

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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-62
5-
Date: 2025-08-14
4+
Version: 1.8-63
5+
Date: 2025-09-02
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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# version 1.8-62
1+
# version 1.8-63
22

33
## bug fixes
44

55
- `project(mask=TRUE)` could fail with high-resolution global rasters because of data-line flipping [SO 79708536](https://stackoverflow.com/q/79708536/635245) by Patrick
66
- `plot(pax=list(mgp=c(1,1,2))` now sets mgp seperately for horizontal and vertical axes [#1873](https://github.com/rspatial/terra/issues/1873) by Hu shiyu
77
- `coltab(x, ..., layer=1)<-` argument layer did not work for layer names [#1879](https://github.com/rspatial/terra/issues/1879) by Alex Ilich
88
- `sds` could create a SpatRasterDataset with SpatRasters with different spatial resolutions [#1884](https://github.com/rspatial/terra/issues/1884) by Stefan Fallert
9+
- `identical` did not consider NA values [#1890](https://github.com/rspatial/terra/issues/1890) by Facundo Muñoz
10+
- `add_grid` did not respect the clipping region if a second raster was added with `add=TRUE` [#1889](https://github.com/rspatial/terra/issues/1889) by Lucas Salinas Morales
911

1012

1113
# version 1.8-60

0 commit comments

Comments
 (0)