Sat Apr 9 08:36:34 2016 UTC ()
Update to 1.4.24

Upstream changes:
 2 February 2016: statmod 1.4.24

- speedup for rinvgauss() by replacing rchisq() with rnorm() and
  rbinom() with runif().

- speedup for qinvgauss() by using qgamma as starting approximation
  for very small right tail probabilities, and inverse chisq as
  starting approximation for very small left tail probabilities.

- qinvgauss() now computes Newton step using log probabilities
  and a Taylor series expansion for small steps.  This improves
  accuracy in extreme cases.  The stopping criterion for the Newton
  iteration has been revised.

- Bug fix to dinvgauss(), pinvgauss() and qinvgauss() which were not
  preserving attributes of the first argument.

30 December 2015: statmod 1.4.23

- qinvgauss() has been improved to return best achievable machine
  accuracy.  It now checks for backtracking of the Newton iteration.

- dinvgauss() and pinvgauss() now check for a wider range of special
  cases.  This allows them to give valid results in some cases
  for infinite or missing parameter values and for x outside the
  support of the distribution.

26 October 2015: statmod 1.4.22

- Functions needed from the stats and graphics packages are now
  explicitly imported into the package NAMESPACE.


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

cvs diff -r1.11 -r1.12 pkgsrc/math/R-statmod/Makefile (expand / switch to context diff)
--- pkgsrc/math/R-statmod/Makefile 2015/05/30 10:50:34 1.11
+++ pkgsrc/math/R-statmod/Makefile 2016/04/09 08:36:34 1.12
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $
+# $NetBSD: Makefile,v 1.12 2016/04/09 08:36:34 wen Exp $
 
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@
 LICENSE=	gnu-lgpl-v2 OR gnu-lgpl-v3
 
 R_PKGNAME=	statmod
-R_PKGVER=	1.4.21
+R_PKGVER=	1.4.24
 
 USE_LANGUAGES+=	c fortran
 

cvs diff -r1.10 -r1.11 pkgsrc/math/R-statmod/distinfo (expand / switch to context diff)
--- pkgsrc/math/R-statmod/distinfo 2015/11/03 23:33:30 1.10
+++ pkgsrc/math/R-statmod/distinfo 2016/04/09 08:36:34 1.11
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 23:33:30 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/04/09 08:36:34 wen Exp $
 
-SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129
+SHA1 (R/statmod_1.4.24.tar.gz) = daf9656362f24b301127f47554b840be33547b18
-RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc
+RMD160 (R/statmod_1.4.24.tar.gz) = 2f3e7f6a39e6ef42afe5d3c8e2156169a443213e
-SHA512 (R/statmod_1.4.21.tar.gz) = 81ae7a2bdad56f02693c860129f8237993fe870d5710f199ba44cc62a3ce65016cb59cfbb111575a23d079768f56a033e5157c35adc279723fc0f2896769f305
+SHA512 (R/statmod_1.4.24.tar.gz) = 1683f29b321e0c409b7de392f71ebb984ccd518bc2172b0c1a7e72c1b5aa95e30f99c0f4c940a266cd5bfbc004a191f032b93747072e3ce8b7de061b4f8005e9
-Size (R/statmod_1.4.21.tar.gz) = 56227 bytes
+Size (R/statmod_1.4.24.tar.gz) = 57837 bytes