Sat May 30 10:50:34 2015 UTC ()
Update to 1.4.21

Upstream changes:
30 March 2015: statmod 1.4.21

- qinvgauss() now treats input arguments of different lengths or NA
  parameter values more carefully.

- elda() now gracefully removes structural zeros, i.e., rows where
  the number of cells or the number of assays is zero.

- S3 print and plot methods for "limdil" class now registered.

- Use of require("tweedie") in the qres.tweedie() code replaced by
  requireNameSpace("tweedie").


(wen)
diff -r1.10 -r1.11 pkgsrc/math/R-statmod/Makefile
diff -r1.8 -r1.9 pkgsrc/math/R-statmod/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/R-statmod/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-statmod/Makefile 2014/07/13 12:47:38 1.10
+++ pkgsrc/math/R-statmod/Makefile 2015/05/30 10:50:34 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2014/07/13 12:47:38 wen Exp $ 1# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod/
8COMMENT= Miscellaneous biostatistical modeling functions 8COMMENT= Miscellaneous biostatistical modeling functions
9LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3 9LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3
10 10
11R_PKGNAME= statmod 11R_PKGNAME= statmod
12R_PKGVER= 1.4.20 12R_PKGVER= 1.4.21
13 13
14USE_LANGUAGES+= c fortran 14USE_LANGUAGES+= c fortran
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/math/R-statmod/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-statmod/distinfo 2014/07/13 12:47:38 1.8
+++ pkgsrc/math/R-statmod/distinfo 2015/05/30 10:50:34 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2014/07/13 12:47:38 wen Exp $ 1$NetBSD: distinfo,v 1.9 2015/05/30 10:50:34 wen Exp $
2 2
3SHA1 (R/statmod_1.4.20.tar.gz) = 28ddfed5c1dd0d58d29bed876c7d2fc0f8351409 3SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129
4RMD160 (R/statmod_1.4.20.tar.gz) = cd40f98c6b7b7c1d04e3a8224654e9859ffed0bf 4RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc
5Size (R/statmod_1.4.20.tar.gz) = 55377 bytes 5Size (R/statmod_1.4.21.tar.gz) = 56227 bytes