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:           Sun Jan  5 05:02:40 UTC 2025

Modified Files:
        pkgsrc/geography/R-terra: Makefile distinfo

Log Message:
(geography/R-terra) Updated 1.7.83 to 1.8.5

# version 1.8-5

## bug fixes

- `Spatsample(method='stratified', ext=e)` returned the wrong sampling
  coordinates [#1628](https://github.com/rspatial/terra/issues/1628)
  by Barnabas Harris

- `spatSample(method='stratified')` could fail with small sample sizes
  [#1503](https://github.com/rspatial/terra/issues/1503) by karluf

- transparency (alpha) did not work with RGB
  plotting. [#1642](https://github.com/rspatial/terra/issues/1642) by
  Timothée Giraud

- rasterization failed on very large rasters
  [#1636](https://github.com/rspatial/terra/issues/1636) by Mary
  Fisher, [#1463](https://github.com/rspatial/terra/issues/1463) by
  Nic Spono and [#1281](https://github.com/rspatial/terra/issues/1281)
  by Sebastian Dunnett

- `tmpFiles` only looked in the default temp files folder
  [#1630](https://github.com/rspatial/terra/issues/1630) by
  smckenzie1986

- `where.min` did not work well if there were negative values
  [#1634](https://github.com/rspatial/terra/issues/1634) by Michael
  Sumner

- `plet<SpatRaster>` now works for RGB rasters and rasters with a
  color table [#1596](https://github.com/rspatial/terra/issues/1596)
  by Agustin Lobo

- `vect<MULTIPOINT WKT>` did not work properly
  [#1376](https://github.com/rspatial/terra/issues/1376) by
  silasprincipe

- `compareGeom<SpatVector>` did not work
  [#1654](https://github.com/rspatial/terra/issues/1654) by Jason
  Flower

- `buffer<SpatVector>` is now more accurate buffers for lonlat
  polygons [#1616](https://github.com/rspatial/terra/issues/1616) by
  Roberto Amaral-Santos

- `terra:interpNear` used square windows, not circles, beyond 100
  points [#1509](https://github.com/rspatial/terra/issues/1509) by
  Jean-Luc Dupouey

- `vect` read INT64 fields as integers, sometimes leading to
  overflows. [#1666](https://github.com/rspatial/terra/issues/1666) by
  bengannon-fc

- `plot` showed a legend title even if none was requestd if title
  parameters were specified
  . [#1664](https://github.com/rspatial/terra/issues/1664) by Márcia
  Barbosa

## enhancements

n- improved documentation of `writeVector` overwrite when using
  layers. [#1573](https://github.com/rspatial/terra/issues/1573) by
  Todd West

- improved treatment of (supposedly) flipped rasters by Timothée
  Giraud [#1627](https://github.com/rspatial/terra/issues/1627) and
  fchianucci [#1646](https://github.com/rspatial/terra/issues/1646)

- added `map.pal("random")`
  [#1631](https://github.com/rspatial/terra/issues/1631) by Agustin
  Lobo

- expressions can now be used in legend titles
  [#1626](https://github.com/rspatial/terra/issues/1626) by Noah
  Goodkind

- `app` and `tapp` now emit a warning when factors are coerced to
  numeric [#1566](https://github.com/rspatial/terra/issues/1566) by
  shuysman

- `plet<SpatRaster>` now has argument "stretch" for RGB rasters
  [#1596](https://github.com/rspatial/terra/issues/1596) by Agustin

- `%%` and `%/%` now behave the same for SpatRaster as for (base R)
  numbers [#1661](https://github.com/rspatial/terra/issues/1661) by
  Klaus Huebert

## new

- `patches` with option `valus=TRUE` can now distinguish regions based
  on their cell values (instead of only NA vs not-NA)
  [#495](https://github.com/rspatial/terra/issues/495) by Jakub
  Nowosad and [#1632](https://github.com/rspatial/terra/issues/1632)
  by Agustin Lobo

- `rowSums`, `rowMeans`, `colSums` and `colMeans` for SpatRaster

- `metags` for SpatRasterDataset
  [#1624](https://github.com/rspatial/terra/issues/1624) by Andrea
  Manica

- `metags` for layers (bands) of SpatRaster are now saved to and read
  from GTiff files
  [#1071](https://github.com/rspatial/terra/issues/1071) by Mike
  Koontz

- `global` has new effcient functions "anyNA" and "anynotNA"
  [#1540](https://github.com/rspatial/terra/issues/1540) by Kevin J
  Wolz

- `wrap`, `saveRDS` and `serialize` for
  SpatExtent. [#1430](https://github.com/rspatial/terra/issues/1430)
  by BastienFR

- `vect<SpatGraticule>` method suggested in relation to [tidyterra
  #155](https://github.com/dieghernan/tidyterra/issues/155) by Diego
  Hernangómez

- `toMemory<SpatRaster>` and `<SpatRasterDataset>` methods
  [#1660](https://github.com/rspatial/terra/pull/1660) by Derek Friend


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/R-terra/Makefile
cvs rdiff -u -r1.2 -r1.3 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.14 pkgsrc/geography/R-terra/Makefile:1.15
--- pkgsrc/geography/R-terra/Makefile:1.14      Wed Dec  4 22:48:27 2024
+++ pkgsrc/geography/R-terra/Makefile   Sun Jan  5 05:02:40 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/12/04 22:48:27 mef Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/05 05:02:40 mef Exp $
 
 R_PKGNAME=     terra
-R_PKGVER=      1.7-83
+R_PKGVER=      1.8-5
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/geography/R-terra/distinfo
diff -u pkgsrc/geography/R-terra/distinfo:1.2 pkgsrc/geography/R-terra/distinfo:1.3
--- pkgsrc/geography/R-terra/distinfo:1.2       Wed Dec  4 22:48:27 2024
+++ pkgsrc/geography/R-terra/distinfo   Sun Jan  5 05:02:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/04 22:48:27 mef Exp $
+$NetBSD: distinfo,v 1.3 2025/01/05 05:02:40 mef Exp $
 
-BLAKE2s (R/terra_1.7-83.tar.gz) = 138d39eb92dbf2cf9f4613ca45482175773c82354822d8e11bfec29791e4740b
-SHA512 (R/terra_1.7-83.tar.gz) = afb0c3fc7b1bbea563ea629d0470d11dca5bc50363f7a7c3aaeb92558eb0775940c9126a3112a49432fcca475bafe788b4e9b83f67fd991ec3228fc6fa6850d9
-Size (R/terra_1.7-83.tar.gz) = 970353 bytes
+BLAKE2s (R/terra_1.8-5.tar.gz) = 13ba0558c4f652a2a1fa07e440e966c8002e12c5211764d6d659f64959166220
+SHA512 (R/terra_1.8-5.tar.gz) = fde414a9c195b7ba5f597caa54199d02924b6f0bfc402ad23199b51fd60d33a42b593637e31aa1e4fdfcd73ccad96f2bb420e7d550f3b2e8b5033dc414b8f24e
+Size (R/terra_1.8-5.tar.gz) = 981057 bytes



Home | Main Index | Thread Index | Old Index