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: Sun Jun 11 00:26:21 UTC 2023
Modified Files:
pkgsrc/math/R-mnormt: Makefile distinfo
Log Message:
(math/R-mnormt) Updated 2.0.2 to 2.1.1
Changes in mnormt version 2.1.1 (2022-09-26):
* When 'sadmvn, pmnorm, sadmvt, pmt' are called with dimension
larger than 20, the returned value is now 'NA', instead of a
0 with 'attr(,"status")="oversize"'.
* The NEWS file is now in Rd format.
Changes in mnormt version 2.1.0 (2022-06-07):
* Function 'dmtruncnorm' is now based on Fortran coding of a
Gibbs sampling, removing an incorrect dependence on package
'tmvnsim'.
* Function 'plot_fxy' is introduced.
* Now '{d,p,r}mtruncnorm' can be called with parameters which
actually represent a univariate distribution.
* In 'recintab', 'biv.nt.prob' is used instead of 'sadmvn' when
'd=2'.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-mnormt/Makefile
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/math/R-mnormt/Makefile:1.4
--- pkgsrc/math/R-mnormt/Makefile:1.3 Sat Sep 18 01:59:15 2021
+++ pkgsrc/math/R-mnormt/Makefile Sun Jun 11 00:26:20 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/09/18 01:59:15 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/11 00:26:20 mef Exp $
R_PKGNAME= mnormt
-R_PKGVER= 2.0.2
+R_PKGVER= 2.1.1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/
Index: pkgsrc/math/R-mnormt/distinfo
diff -u pkgsrc/math/R-mnormt/distinfo:1.4 pkgsrc/math/R-mnormt/distinfo:1.5
--- pkgsrc/math/R-mnormt/distinfo:1.4 Tue Oct 26 10:55:29 2021
+++ pkgsrc/math/R-mnormt/distinfo Sun Jun 11 00:26:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:29 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/11 00:26:20 mef Exp $
-BLAKE2s (R/mnormt_2.0.2.tar.gz) = 67d4248b60084659c8e7af059b3cf89c8ffe299ddfecf2e927e5a0dc30081665
-SHA512 (R/mnormt_2.0.2.tar.gz) = 36cc5547be970c6e04fdee4c0442e5d6851f4f0fe2f8234b708b54cdfa6487b67bfc1347d7d4e3eb20e823a27befa1b9da2c860eec10c29f230106ef851757b0
-Size (R/mnormt_2.0.2.tar.gz) = 50606 bytes
+BLAKE2s (R/mnormt_2.1.1.tar.gz) = 4fb65e879ea1c2849859ca3c9caac67132c06e384c26b2ac0476bea860672b53
+SHA512 (R/mnormt_2.1.1.tar.gz) = 0d9aecf7e319fa264d9e1cffbf0ea104547467e1cccb2128b946032d4418cefcee7859930be288045d2b437be9ee1c5bf78c0f31ad17c704c724fa315e871d38
+Size (R/mnormt_2.1.1.tar.gz) = 65806 bytes
Home |
Main Index |
Thread Index |
Old Index