diff options
author | wen <wen@pkgsrc.org> | 2015-05-30 10:50:34 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-05-30 10:50:34 +0000 |
commit | f518497c850ee3ad3b287d4c7fd047a377f9d149 (patch) | |
tree | 836647169ad02188062974baaa379ba433590b5a /math | |
parent | eb1fb2f9bfa5a004655572c13f3f95181e204dbe (diff) | |
download | pkgsrc-f518497c850ee3ad3b287d4c7fd047a377f9d149.tar.gz |
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").
Diffstat (limited to 'math')
-rw-r--r-- | math/R-statmod/Makefile | 4 | ||||
-rw-r--r-- | math/R-statmod/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile index 71da67734bc..69416bb04be 100644 --- a/math/R-statmod/Makefile +++ b/math/R-statmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/07/13 12:47:38 wen Exp $ +# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Miscellaneous biostatistical modeling functions LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3 R_PKGNAME= statmod -R_PKGVER= 1.4.20 +R_PKGVER= 1.4.21 USE_LANGUAGES+= c fortran diff --git a/math/R-statmod/distinfo b/math/R-statmod/distinfo index ff2c1bbeeba..56410dbfde9 100644 --- a/math/R-statmod/distinfo +++ b/math/R-statmod/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2014/07/13 12:47:38 wen Exp $ +$NetBSD: distinfo,v 1.9 2015/05/30 10:50:34 wen Exp $ -SHA1 (R/statmod_1.4.20.tar.gz) = 28ddfed5c1dd0d58d29bed876c7d2fc0f8351409 -RMD160 (R/statmod_1.4.20.tar.gz) = cd40f98c6b7b7c1d04e3a8224654e9859ffed0bf -Size (R/statmod_1.4.20.tar.gz) = 55377 bytes +SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129 +RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc +Size (R/statmod_1.4.21.tar.gz) = 56227 bytes |