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 unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2015/05/30 10:50:34 wen Exp $ 1# $NetBSD: Makefile,v 1.12 2016/04/09 08:36: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.21 12R_PKGVER= 1.4.24
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.10 -r1.11 pkgsrc/math/R-statmod/distinfo (expand / switch to unified 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 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2015/11/03 23:33:30 agc Exp $ 1$NetBSD: distinfo,v 1.11 2016/04/09 08:36:34 wen Exp $
2 2
3SHA1 (R/statmod_1.4.21.tar.gz) = 0c1155621a5ae9e9e138200baf49f918fc937129 3SHA1 (R/statmod_1.4.24.tar.gz) = daf9656362f24b301127f47554b840be33547b18
4RMD160 (R/statmod_1.4.21.tar.gz) = 2c4883ca782365eeae2415bc775ad92881fdccbc 4RMD160 (R/statmod_1.4.24.tar.gz) = 2f3e7f6a39e6ef42afe5d3c8e2156169a443213e
5SHA512 (R/statmod_1.4.21.tar.gz) = 81ae7a2bdad56f02693c860129f8237993fe870d5710f199ba44cc62a3ce65016cb59cfbb111575a23d079768f56a033e5157c35adc279723fc0f2896769f305 5SHA512 (R/statmod_1.4.24.tar.gz) = 1683f29b321e0c409b7de392f71ebb984ccd518bc2172b0c1a7e72c1b5aa95e30f99c0f4c940a266cd5bfbc004a191f032b93747072e3ce8b7de061b4f8005e9
6Size (R/statmod_1.4.21.tar.gz) = 56227 bytes 6Size (R/statmod_1.4.24.tar.gz) = 57837 bytes