diff options
author | wen <wen@pkgsrc.org> | 2018-08-30 12:52:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-08-30 12:52:22 +0000 |
commit | cee7a4cdf2efb578b094e8c093367f8faee10911 (patch) | |
tree | a428ad000da38d5d874e7c890c16b99bbf3d6422 /math/R-mvtnorm/Makefile | |
parent | 990fc224e230667c3cbba19e2f32ed2b67797fa7 (diff) | |
download | pkgsrc-cee7a4cdf2efb578b094e8c093367f8faee10911.tar.gz |
Update to 1.0.8
Upstream changes:
Changes in version 1.0-8 (2018-05-31)
o pmvt(..., sigma = ) was ignored in the univariate case
(reported by Alec Stephenson)
o documentation updates
Changes in version 1.0-7 (2018-01-25)
o pmvt(..., df = ) is scalar only
Diffstat (limited to 'math/R-mvtnorm/Makefile')
-rw-r--r-- | math/R-mvtnorm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index 6d2717cee53..9a78a652369 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/07/28 14:40:49 brook Exp $ +# $NetBSD: Makefile,v 1.15 2018/08/30 12:52:22 wen Exp $ CATEGORIES= math @@ -8,7 +8,7 @@ COMMENT= Computes the multivariate normal and t distribution LICENSE= gnu-gpl-v2 R_PKGNAME= mvtnorm -R_PKGVER= 1.0-6 +R_PKGVER= 1.0-8 USE_LANGUAGES= c fortran |