pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-terra
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 15 07:09:56 UTC 2025
Modified Files:
pkgsrc/geography/R-terra: Makefile distinfo
Log Message:
(geography/R-terra) Updated 1.8.15 to 1.8.21
# version 1.8-21
## bug fixes
- `sieve` failed with large rasters
[#1729](https://github.com/rspatial/terra/issues/1729) by Reed
Humphrey
- `extractRange` only worked for SpatVector, not for matrix or vector
[#1733](https://github.com/rspatial/terra/issues/1733) by Victor Van
der Meersch
- `extract<SpatRaster>` over https with a multilayer SpatRaster
returned the values for the first layer for all layer
[#1736](https://github.com/rspatial/terra/issues/1736) by Shannon
Albeke
## enhancements
- new argument xyz="" to the `rast<SpatVector>` method
- new arguments "type" and "breaks" to `plet<SpatRaster>` method
[#1187](https://github.com/rspatial/terra/issues/1187) by Augustin
Lobo
- new argument "cores" in `lapp<SpatRasterDataset>`
[#1190](https://github.com/rspatial/terra/issues/1190) by kel44
- `aggregate<SpatRaster>` now handles `fun="table"`
[#1662](https://github.com/rspatial/terra/issues/1662) by Fernando
Aramburu.
## new
- `is.flipped<SpatRaster>` method
[#1627](https://github.com/rspatial/terra/issues/1627)>` by Timothée
Giraud
- `as.array<SpatRasterDataset>` method
- `distance<SpatRaster,missing>` now has argument "values". If TRUE,
the values of the nearest non-target cell is returned instead of the
distance [#1243](https://github.com/rspatial/terra/is sues/1243) by
Simon Dedman
- `thresh<SpatRaster>`
[#1233](https://github.com/rspatial/terra/issues/1233) by Agustin
Lobo
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/R-terra/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-terra/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/R-terra/Makefile
diff -u pkgsrc/geography/R-terra/Makefile:1.16 pkgsrc/geography/R-terra/Makefile:1.17
--- pkgsrc/geography/R-terra/Makefile:1.16 Sat Feb 8 09:57:55 2025
+++ pkgsrc/geography/R-terra/Makefile Sat Feb 15 07:09:56 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/02/08 09:57:55 mef Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/15 07:09:56 mef Exp $
R_PKGNAME= terra
-R_PKGVER= 1.8-15
+R_PKGVER= 1.8-21
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-terra/distinfo
diff -u pkgsrc/geography/R-terra/distinfo:1.4 pkgsrc/geography/R-terra/distinfo:1.5
--- pkgsrc/geography/R-terra/distinfo:1.4 Sat Feb 8 09:57:55 2025
+++ pkgsrc/geography/R-terra/distinfo Sat Feb 15 07:09:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/02/08 09:57:55 mef Exp $
+$NetBSD: distinfo,v 1.5 2025/02/15 07:09:56 mef Exp $
-BLAKE2s (R/terra_1.8-15.tar.gz) = 40ff229f013bfd56e70a1d9984059f17920c2bdef4c9f18f1b03cf5e20acbd11
-SHA512 (R/terra_1.8-15.tar.gz) = 1c26a183c0717438caa9316e96af7804c1f3cfb24764093229692f5599179d2289bd989d7ed64b245695dfa62be38b3fa61bf6e5ccf04d2c1b32a64f4833cfd3
-Size (R/terra_1.8-15.tar.gz) = 1007622 bytes
+BLAKE2s (R/terra_1.8-21.tar.gz) = 6b5b9727831abceb386ca3abe8e77c563f5318447080e6aa2805ff8e49d0f656
+SHA512 (R/terra_1.8-21.tar.gz) = 679f43f35570868c61da9df027f367ebd5522029dd560faa08960af62d642a57e85d4e0f36429a7ed429d109b7d7548d3e44f0ef2d2bce3b0beb6d202e68341d
+Size (R/terra_1.8-21.tar.gz) = 1015212 bytes
Home |
Main Index |
Thread Index |
Old Index