Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8BFA84E7B for ; Sun, 11 Jun 2023 00:27:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id D5Gke_XDh94A for ; Sun, 11 Jun 2023 00:27:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F6E784CEB for ; Sun, 11 Jun 2023 00:27:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 147FDFA89; Sun, 11 Jun 2023 00:26:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686443181225230" MIME-Version: 1.0 Date: Sun, 11 Jun 2023 00:26:21 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-mnormt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230611002621.147FDFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686443181225230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1686443181225230 Content-Disposition: inline Content-Length: 1493 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1686443181225230--