From 19e2b6f66f8f777efdfc4aebbae3d0335b7ca595 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 13 Jul 2014 12:47:38 +0000 Subject: Update to 1.4.20 Update LICENSE Upstream changes: 30 May 2014: statmod 1.4.20 - Considerable work on the inverse Gaussian functions dinvgauss(), pinvgauss(), qinvgauss() and rinvgauss(). The parameter arguments are changed to mean, shape and dispersion instead of mu and lambda. The functions now include arguments lower.tail and log.p, meaning that right-tailed probabilities can be used and probabilities can be specified on the log-scale. Good numerical precision is maintained in these case. The functions now respect attributes, so that a matrix argument for example will produce a matrix result. Checking is now done for missing values and invalid parameter values on an element-wise basis. A technical report has been written to describe the methodology behind qinvgauss(). - This file has been renamed to NEWS instead of changelog.txt. - The introductory help page previously called 1.Introduction is now named statmod-package. 13 April 2014: statmod 1.4.19 - qinvgauss() now uses a globally convergent Newton iteration, which produces accurate values for a greater range of parameter values. - glmnb.fit() now supports weights. --- math/R-statmod/Makefile | 6 +++--- math/R-statmod/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'math') diff --git a/math/R-statmod/Makefile b/math/R-statmod/Makefile index c08cf3ef9c6..71da67734bc 100644 --- a/math/R-statmod/Makefile +++ b/math/R-statmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/03/09 14:28:57 wen Exp $ +# $NetBSD: Makefile,v 1.10 2014/07/13 12:47:38 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -6,10 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/statmod/ COMMENT= Miscellaneous biostatistical modeling functions -LICENSE= gnu-lgpl-v2 +LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v3 R_PKGNAME= statmod -R_PKGVER= 1.4.18 +R_PKGVER= 1.4.20 USE_LANGUAGES+= c fortran diff --git a/math/R-statmod/distinfo b/math/R-statmod/distinfo index 2fba9d122e9..ff2c1bbeeba 100644 --- a/math/R-statmod/distinfo +++ b/math/R-statmod/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/03/09 14:28:57 wen Exp $ +$NetBSD: distinfo,v 1.8 2014/07/13 12:47:38 wen Exp $ -SHA1 (R/statmod_1.4.18.tar.gz) = 23e0f9814d18af9c007d3767fe9af962c2423e6d -RMD160 (R/statmod_1.4.18.tar.gz) = 43341893a96ce0706fe1d41c9feb7d2e8bffe16a -Size (R/statmod_1.4.18.tar.gz) = 53411 bytes +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 -- cgit v1.2.3