pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-geoR
Module Name: pkgsrc
Committed By: mef
Date: Thu Sep 16 21:25:19 UTC 2021
Modified Files:
pkgsrc/math/R-geoR: Makefile distinfo
Log Message:
(math/R-geoR) Updated from 1.7.5.2.1 to 1.8.1
(from inst/doc/CHANGES)
=====================================
CHANGES IN geoR VERSION 1.8-1
=====================================
Changes
o Removed the example in subarea() using geoRglm:::rongelap
ultil the package gets back to CRAN
o added reference to Diggle & Ribeiro (2007) on the description
file
Fixes
o no longer using attach() to address NOTE in CRAN checks
(it mostly affects image() persp() and countour() functions)
o no longer writing/assigning objects to the global environment
to address NOTE in CRAN checks
o Brain's changes in C code to address valgrind issues
=====================================
CHANGES IN geoR VERSION 1.7-5
=====================================
BUGS/Fixes
o call to sp::overlay changed to sp::over()
o changes to fix issues on CRAN reported errors/warnings
regarding namespaces and foreign calls
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-geoR/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-geoR/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-geoR/Makefile
diff -u pkgsrc/math/R-geoR/Makefile:1.13 pkgsrc/math/R-geoR/Makefile:1.14
--- pkgsrc/math/R-geoR/Makefile:1.13 Thu Aug 8 19:53:49 2019
+++ pkgsrc/math/R-geoR/Makefile Thu Sep 16 21:25:19 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/08/08 19:53:49 brook Exp $
+# $NetBSD: Makefile,v 1.14 2021/09/16 21:25:19 mef Exp $
R_PKGNAME= geoR
-R_PKGVER= 1.7-5.2.1
-CATEGORIES= math
+R_PKGVER= 1.8-1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Analysis of geostatistical data
@@ -12,6 +11,9 @@ DEPENDS+= R-RandomFields>=2.0.54:../../m
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
DEPENDS+= R-splancs>=2.01.39:../../math/R-splancs
+# Package suggested but not available: 'scatterplot3d'
+#TEST_DEPENDS+= R-scatterplot3d-[0-9]*:../../
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-geoR/distinfo
diff -u pkgsrc/math/R-geoR/distinfo:1.8 pkgsrc/math/R-geoR/distinfo:1.9
--- pkgsrc/math/R-geoR/distinfo:1.8 Wed Jul 31 19:32:49 2019
+++ pkgsrc/math/R-geoR/distinfo Thu Sep 16 21:25:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/07/31 19:32:49 brook Exp $
+$NetBSD: distinfo,v 1.9 2021/09/16 21:25:19 mef Exp $
-SHA1 (R/geoR_1.7-5.2.1.tar.gz) = 7b82e013bdbf295d8258be73aee3e2f903959b5d
-RMD160 (R/geoR_1.7-5.2.1.tar.gz) = 5575c3cb014f24104e79007a3330b5d6fb352abd
-SHA512 (R/geoR_1.7-5.2.1.tar.gz) = 11df4c9e909bf8063160a0566f3a8eb1dc3a98bfb8ffc8f312942bfbd98039dfc52f177fe8a00ba67022c84e71ace73c1d6dfe1fc13845e983d6fbe0db1cf232
-Size (R/geoR_1.7-5.2.1.tar.gz) = 413766 bytes
+SHA1 (R/geoR_1.8-1.tar.gz) = bf7a65c792c2d478ec78a6a41c061032803a289c
+RMD160 (R/geoR_1.8-1.tar.gz) = e663a5c8cea455562ae52bb156a4cfc7e383a1c5
+SHA512 (R/geoR_1.8-1.tar.gz) = fff321bf264651bb7d04121b9c29eef53a9f477265bdea59a11ec35eebceff4b8076c0bf45efd4dcffb9e53c9441e99e262402eb49a2ac37c482b97a2f5fdfe0
+Size (R/geoR_1.8-1.tar.gz) = 406492 bytes
Home |
Main Index |
Thread Index |
Old Index