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 | |
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
-rw-r--r-- | math/R-mvtnorm/Makefile | 4 | ||||
-rw-r--r-- | math/R-mvtnorm/distinfo | 10 |
2 files changed, 7 insertions, 7 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 diff --git a/math/R-mvtnorm/distinfo b/math/R-mvtnorm/distinfo index 27ff76de4ef..f564ab3c490 100644 --- a/math/R-mvtnorm/distinfo +++ b/math/R-mvtnorm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/01/25 00:19:52 minskim Exp $ +$NetBSD: distinfo,v 1.9 2018/08/30 12:52:22 wen Exp $ -SHA1 (R/mvtnorm_1.0-6.tar.gz) = fec1d9f61d839e59884f710ad5c117522a2ef909 -RMD160 (R/mvtnorm_1.0-6.tar.gz) = ebf956729279cc1e4cf9897d428b9e2985cf2361 -SHA512 (R/mvtnorm_1.0-6.tar.gz) = 80490afc7eed35be20bc57e83acadf25c10add2a6eda130628a10b9dcb654d993f262e192072e2f4a083f26b17a5e455062889e72f3649d7dbe9cc234e28213c -Size (R/mvtnorm_1.0-6.tar.gz) = 159232 bytes +SHA1 (R/mvtnorm_1.0-8.tar.gz) = 00d27da6161b77e83aad7eb37a408bb00688a548 +RMD160 (R/mvtnorm_1.0-8.tar.gz) = c05e6c097ea1fc8e5a58e0f89f20ae8e1ae3fa88 +SHA512 (R/mvtnorm_1.0-8.tar.gz) = 6a3683267092c238d6470fe8b4814dd7d1eb20282aab1aad7b8bd8777e5425999f11e89f92ca02a798ea0eb5f0dd92e87d80e4c031fab44077b6c66ab15b0209 +Size (R/mvtnorm_1.0-8.tar.gz) = 159539 bytes |