pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-geoR (math/R-geoR) Updated from 1.7.5.2.1 to 1.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a55f8db9f40
branches:  trunk
changeset: 458481:6a55f8db9f40
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Sep 16 21:25:19 2021 +0000

description:
(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

diffstat:

 math/R-geoR/Makefile |   8 +++++---
 math/R-geoR/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 387b6a6b80ed -r 6a55f8db9f40 math/R-geoR/Makefile
--- a/math/R-geoR/Makefile      Thu Sep 16 21:12:48 2021 +0000
+++ b/math/R-geoR/Makefile      Thu Sep 16 21:25:19 2021 +0000
@@ -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-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"
diff -r 387b6a6b80ed -r 6a55f8db9f40 math/R-geoR/distinfo
--- a/math/R-geoR/distinfo      Thu Sep 16 21:12:48 2021 +0000
+++ b/math/R-geoR/distinfo      Thu Sep 16 21:25:19 2021 +0000
@@ -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