pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/R-raster (geography/R-raster) Updated 3.0.12...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7f53bf1359c
branches: trunk
changeset: 458847:e7f53bf1359c
user: mef <mef%pkgsrc.org@localhost>
date: Mon Sep 20 12:51:19 2021 +0000
description:
(geography/R-raster) Updated 3.0.12 to 3.4.13
(From: NEWS)
--- 17-July-2020, version 3.3-13
overhaul of crs to be ready for PROJ6
several bug fixes (see https://github.com/rspatial/raster/issues?q=is%3Aissue+)
--- 18-April-2020, version 3.1-5
improvements:
new arguments "smin", "smax" and "samplesize" to "stretch"; and bug
fixes. See https://github.com/rspatial/raster/issues/70
layer names in GTiff files are now read from file. Requested by Kyle Taylor
https://github.com/rspatial/raster/issues/88
bug fixes:
parallel version of extract with polygons and "fun" messed up the
order of the values (reported by
Jacory). https://github.com/rspatial/raster/issues/79
raster::predict bug when using factors (reported by
vvirkki). https://github.com/rspatial/raster/issues/73
distanceFromPoints with large files:
https://github.com/rspatial/raster/issues/103
colortable lost when cropping RasterBrick:
https://github.com/rspatial/raster/issues/105
Error in stack() when providing both bands and varname:
https://github.com/rspatial/raster/issues/97
rasterize and multi-polygon containing hole: https://github.com/rspatial/raster/issues/93
Upside down raster: https://github.com/rspatial/raster/issues/95 (a
warning is given, not really fixed yet)
Extract to data.frame bug:
https://stackoverflow.com/questions/61174280/r-rasterextract-fails-to-create-data-frame
diffstat:
geography/R-raster/Makefile | 14 ++++++++++----
geography/R-raster/distinfo | 10 +++++-----
2 files changed, 15 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r c4074f6cfc6f -r e7f53bf1359c geography/R-raster/Makefile
--- a/geography/R-raster/Makefile Mon Sep 20 12:37:59 2021 +0000
+++ b/geography/R-raster/Makefile Mon Sep 20 12:51:19 2021 +0000
@@ -1,16 +1,22 @@
-# $NetBSD: Makefile,v 1.1 2020/08/08 23:28:07 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 12:51:19 mef Exp $
R_PKGNAME= raster
-R_PKGVER= 3.0-12
+R_PKGVER= 3.4-13
CATEGORIES= geography
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Geographic Data Analysis and Modeling
LICENSE= gnu-gpl-v3
-USE_LANGUAGES+= c c++
+DEPENDS+= R-sp>=1.2.0:../../math/R-sp
-DEPENDS+= R-sp>=1.2.0:../../math/R-sp
+# Packages suggested but not available:
+# 'rasterVis', 'fields', 'exactextractr'
+TEST_DEPENDS+= R-ncdf4-[0-9]*:../../math/R-ncdf4
+TEST_DEPENDS+= R-igraph-[0-9]*:../../math/R-igraph
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+
+USE_LANGUAGES+= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
diff -r c4074f6cfc6f -r e7f53bf1359c geography/R-raster/distinfo
--- a/geography/R-raster/distinfo Mon Sep 20 12:37:59 2021 +0000
+++ b/geography/R-raster/distinfo Mon Sep 20 12:51:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/08 23:28:07 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 12:51:19 mef Exp $
-SHA1 (R/raster_3.0-12.tar.gz) = 419401fc6672a92b9b2864290fa67c2f7be5c438
-RMD160 (R/raster_3.0-12.tar.gz) = b8a2611da17b84547ab352653063062c37e396cd
-SHA512 (R/raster_3.0-12.tar.gz) = a60fd8001424b4000514478c9c80f2d6771a2986aa083b7a7393509892762ac633a977455529baa33a9ff5a9c802767f6c38405d4884fa4b532e9c8704caa320
-Size (R/raster_3.0-12.tar.gz) = 608634 bytes
+SHA1 (R/raster_3.4-13.tar.gz) = 2723723d74b8684dfe34c7d2beecc28c48210bf0
+RMD160 (R/raster_3.4-13.tar.gz) = 9feeadeb7dd2cf356bdb911082fdcedc9557364c
+SHA512 (R/raster_3.4-13.tar.gz) = 65dab41dccb01c573a845cfd4a0bcbfc47cb7f037ab43af6168d980dda8652ade731db26612a9c0bf945633604e744a59d69d9292448623ae2f11607a71b19f2
+Size (R/raster_3.4-13.tar.gz) = 582026 bytes
Home |
Main Index |
Thread Index |
Old Index