pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-mnormt
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 18 01:59:16 UTC 2021
Modified Files:
pkgsrc/math/R-mnormt: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-mnormt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-mnormt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-mnormt/Makefile
diff -u pkgsrc/math/R-mnormt/Makefile:1.2 pkgsrc/math/R-mnormt/Makefile:1.3
--- pkgsrc/math/R-mnormt/Makefile:1.2 Sun Aug 9 16:42:15 2020
+++ pkgsrc/math/R-mnormt/Makefile Sat Sep 18 01:59:15 2021
@@ -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
Index: pkgsrc/math/R-mnormt/distinfo
diff -u pkgsrc/math/R-mnormt/distinfo:1.1 pkgsrc/math/R-mnormt/distinfo:1.2
--- pkgsrc/math/R-mnormt/distinfo:1.1 Fri Aug 7 02:43:00 2020
+++ pkgsrc/math/R-mnormt/distinfo Sat Sep 18 01:59:15 2021
@@ -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