pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-mnormt (math/R-mnormt) Updated from 1.5.6 to 2.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a001ed68610
branches: trunk
changeset: 458531:9a001ed68610
user: mef <mef%pkgsrc.org@localhost>
date: Sat Sep 18 01:59:15 2021 +0000
description:
(math/R-mnormt) Updated from 1.5.6 to 2.0.2
2020-06-24: 2.0.1
R version requirement is reduced from 4.0.0 to 2.2.0
2020-06-24: 2.0.1
fixed a bug which effectively prevented using dmtruncnorm and dmtrunct with
an argument 'x' of vector type; various improvements in the documentation of
recintab and mom2cum.
2020-06-02: 2.0.0
support for the truncated versions of the multivariate normal and the t
distributions is introduced; for the truncated normal distribution,
functions recintab and mom2cum allow computation of corresponding moments
and cumulants; the latter function can also be used for obtaining the
cumulants of other distributions of which the moments are known.
2020-04-29: 1.5-7
improved R coding of sadmvn and sadmvt, with increased use of biv.nt.prob;
fixed a bug of pmnorm affecting a peculiar input set; a new function is
introduced: sample_Mardia_measures.
diffstat:
math/R-mnormt/Makefile | 8 ++++----
math/R-mnormt/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r b24f415920da -r 9a001ed68610 math/R-mnormt/Makefile
--- a/math/R-mnormt/Makefile Sat Sep 18 01:46:26 2021 +0000
+++ b/math/R-mnormt/Makefile Sat Sep 18 01:59:15 2021 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2020/08/09 16:42:15 brook Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/18 01:59:15 mef Exp $
-CATEGORIES= math R
+R_PKGNAME= mnormt
+R_PKGVER= 2.0.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/
COMMENT= Multivariate normal and t distributions
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-R_PKGNAME= mnormt
-R_PKGVER= 1.5-6
+DEPENDS+= R-tmvnsim-[0-9]*:../../math/R-tmvnsim
USE_LANGUAGES+= c fortran
diff -r b24f415920da -r 9a001ed68610 math/R-mnormt/distinfo
--- a/math/R-mnormt/distinfo Sat Sep 18 01:46:26 2021 +0000
+++ b/math/R-mnormt/distinfo Sat Sep 18 01:59:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/07 02:43:00 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/18 01:59:15 mef Exp $
-SHA1 (R/mnormt_1.5-6.tar.gz) = 97b07697cf080583f24ad8ac457ef57af1e49900
-RMD160 (R/mnormt_1.5-6.tar.gz) = e7168c03151d2d4a1cc01fa0de779b0009089618
-SHA512 (R/mnormt_1.5-6.tar.gz) = d579ed4fd598854c19aa3ddbff065a228a680c92cea7b5de98f708bc00d6efcd7e8c07d386a300d280ba0a7f249c7593f5dac79a22ca2d940d04d08afe6a9193
-Size (R/mnormt_1.5-6.tar.gz) = 37884 bytes
+SHA1 (R/mnormt_2.0.2.tar.gz) = 979e1a4a3dd61dcf824b072d13eacd254d29a300
+RMD160 (R/mnormt_2.0.2.tar.gz) = 46cc3cca7e5c0adcb3bb4edd8860f4e17c8d882a
+SHA512 (R/mnormt_2.0.2.tar.gz) = 36cc5547be970c6e04fdee4c0442e5d6851f4f0fe2f8234b708b54cdfa6487b67bfc1347d7d4e3eb20e823a27befa1b9da2c860eec10c29f230106ef851757b0
+Size (R/mnormt_2.0.2.tar.gz) = 50606 bytes
Home |
Main Index |
Thread Index |
Old Index