pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-emdbook



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jul  8 00:16:39 UTC 2023

Modified Files:
        pkgsrc/math/R-emdbook: Makefile distinfo

Log Message:
(math/R-emdbook) Updated 1.3.12 to 1.3.13

Changes in version 1.3.13:

        * various cleanup (CITATION file, junk test directory, old
          URLs, etc.)

        * 'deltamethod': attempt to improve handling of functions
          missing from derivs table when warning language is not
          English

        * 'lambertW': slightly improved reporting when iteration limits
          reached


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-emdbook/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-emdbook/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-emdbook/Makefile
diff -u pkgsrc/math/R-emdbook/Makefile:1.6 pkgsrc/math/R-emdbook/Makefile:1.7
--- pkgsrc/math/R-emdbook/Makefile:1.6  Sun Dec 18 11:31:28 2022
+++ pkgsrc/math/R-emdbook/Makefile      Sat Jul  8 00:16:39 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/12/18 11:31:28 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/08 00:16:39 mef Exp $
 
 R_PKGNAME=     emdbook
-R_PKGVER=      1.3.12
+R_PKGVER=      1.3.13
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Support functions and data for "Ecological Models and Data"
@@ -12,6 +12,7 @@ DEPENDS+=     R-coda>=0.19.3:../../math/R-co
 DEPENDS+=      R-plyr>=1.8.4:../../math/R-plyr
 
 # Packages suggested but not available: 'R2jags', 'ellipse', 'SuppDists'
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/math/R-emdbook/distinfo
diff -u pkgsrc/math/R-emdbook/distinfo:1.5 pkgsrc/math/R-emdbook/distinfo:1.6
--- pkgsrc/math/R-emdbook/distinfo:1.5  Sun Dec 18 11:27:33 2022
+++ pkgsrc/math/R-emdbook/distinfo      Sat Jul  8 00:16:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/12/18 11:27:33 mef Exp $
+$NetBSD: distinfo,v 1.6 2023/07/08 00:16:39 mef Exp $
 
-BLAKE2s (R/emdbook_1.3.12.tar.gz) = 46aeb65dd3d46cbe5b5b3b46f7f4b9bc7192efb6ef33b1d6f5da949059b46174
-SHA512 (R/emdbook_1.3.12.tar.gz) = 37cdf17499d22acbe8b3d3f78413dcb3bf5762111583c1157d3f0c2d4a5611a7d8a5e26db907da5fa4499184e4a60658e0eb8ab388b4392dbc1753ee62bf5e24
-Size (R/emdbook_1.3.12.tar.gz) = 93562 bytes
+BLAKE2s (R/emdbook_1.3.13.tar.gz) = 6f2ab8bb6d4e24886ac3c64e98caab1ec8e4eef9c683a63ea1ea82a25c60fe53
+SHA512 (R/emdbook_1.3.13.tar.gz) = 47f04577923584e6d486e375914b6bdac51095a11eff8343c44fec56c1077e7bfea2f48572ceabab47b1e836896c378499604ce0c57d659d83cfab0f84109a58
+Size (R/emdbook_1.3.13.tar.gz) = 90415 bytes



Home | Main Index | Thread Index | Old Index