summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-11-06 02:54:08 +0000
committerwen <wen@pkgsrc.org>2016-11-06 02:54:08 +0000
commit7238d66aa3778e2e361d76861e675d0821177eee (patch)
tree03db232926f06035ef5c4fca3ef964bb84244367
parentc2acc81b9acc987672f53dfd26fe1f3e2ed58226 (diff)
downloadpkgsrc-7238d66aa3778e2e361d76861e675d0821177eee.tar.gz
Update to 1.4.26
Upstream changes: 28 August 2016: statmod 1.4.26 - Fortran function gaussq2 updated to Fortran 77. 5 August 2016: statmod 1.4.25 - Add CITATION file. - pinvgauss() now uses an asymptotic approximation to compute right tail probabilities for extreme large quantiles. This allows it to give correct right tail probabilities for virtually any quantile. - Fix to qinvgauss() to avoid NA values when computing extreme tail quantiles where the inverse Gaussian density is subject to floating underflow. - Bug fix to qresiduals() and qresid.invgauss() for the inverse Guassian distribution.
-rw-r--r--math/R-statmod/Makefile4
-rw-r--r--math/R-statmod/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile
index f51c885fb81..525d2945f78 100644
--- a/math/R-statmod/Makefile
+++ b/math/R-statmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/04/09 08:36:34 wen Exp $
+# $NetBSD: Makefile,v 1.13 2016/11/06 02:54:08 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.24
+R_PKGVER= 1.4.26
USE_LANGUAGES+= c fortran
diff --git a/math/R-statmod/distinfo b/math/R-statmod/distinfo
index 868c096f03d..ef100d5d7b6 100644
--- a/math/R-statmod/distinfo
+++ b/math/R-statmod/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/04/09 08:36:34 wen Exp $
+$NetBSD: distinfo,v 1.12 2016/11/06 02:54:08 wen Exp $
-SHA1 (R/statmod_1.4.24.tar.gz) = daf9656362f24b301127f47554b840be33547b18
-RMD160 (R/statmod_1.4.24.tar.gz) = 2f3e7f6a39e6ef42afe5d3c8e2156169a443213e
-SHA512 (R/statmod_1.4.24.tar.gz) = 1683f29b321e0c409b7de392f71ebb984ccd518bc2172b0c1a7e72c1b5aa95e30f99c0f4c940a266cd5bfbc004a191f032b93747072e3ce8b7de061b4f8005e9
-Size (R/statmod_1.4.24.tar.gz) = 57837 bytes
+SHA1 (R/statmod_1.4.26.tar.gz) = dcdbcb65ccd0c92d390cfa08f2ca63d3b468868e
+RMD160 (R/statmod_1.4.26.tar.gz) = 2b6de176f7e5f6d487c1daeed4ed5218978cd865
+SHA512 (R/statmod_1.4.26.tar.gz) = dfe9beda773fb4e0466cba1d4789d9183cca0c800e11648e89d5b224b467f30b0743bd4727c45189edb9055e155a258ab336ba45fbab69a0a866a0b58661a5b1
+Size (R/statmod_1.4.26.tar.gz) = 55724 bytes