pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-mvtnorm



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 14:49:19 UTC 2024

Modified Files:
        pkgsrc/math/R-mvtnorm: Makefile distinfo

Log Message:
(math/R-mvtnorm) Updated 1.2.4 to 1.2.5

R CMD Rdconv -t txt  mvtnorm/inst/NEWS.Rd
NEWS file for the 'mvtnorm' package

Changes in Version 1.2-5 (2024-05-18):
  Features:

         * Update the 'Using mvtnorm' package vignette and references
           therein.

         * Speed up 'Mult(<ltMatrices>, transpose = TRUE)'.

         * Speed up 'ldmvnorm()'.

         * Add constructor 'syMatrices' for multiple symmetric matrices
           and 'as.syMatrices' for coercion from 'ltMatrices'.

  Bugfixes:
         * Fix segmentation fault or unnecessary error or warning +
           approximation for 'algorithm = Miwa()' or 'TVPACK()', in
           case dimension reduction to one-dimensional is possible,
           e.g., for

             pmvnorm(lower = rep(-Inf,3), upper = c(-1, Inf, Inf),
                     sigma = diag(3), algorithm = Miwa())
                # or
             pmvnorm(lower = c(-Inf,-Inf),
                     upper = c(- 1,  Inf), sigma=diag(2), algorithm = TVPACK())


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/R-mvtnorm/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/R-mvtnorm/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-mvtnorm/Makefile
diff -u pkgsrc/math/R-mvtnorm/Makefile:1.22 pkgsrc/math/R-mvtnorm/Makefile:1.23
--- pkgsrc/math/R-mvtnorm/Makefile:1.22 Sat Feb  3 11:13:21 2024
+++ pkgsrc/math/R-mvtnorm/Makefile      Sat Jun  8 14:49:19 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2024/02/03 11:13:21 mef Exp $
+# $NetBSD: Makefile,v 1.23 2024/06/08 14:49:19 mef Exp $
 
 R_PKGNAME=     mvtnorm
-R_PKGVER=      1.2-4
+R_PKGVER=      1.2-5
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Multivariate normal and t distributions

Index: pkgsrc/math/R-mvtnorm/distinfo
diff -u pkgsrc/math/R-mvtnorm/distinfo:1.16 pkgsrc/math/R-mvtnorm/distinfo:1.17
--- pkgsrc/math/R-mvtnorm/distinfo:1.16 Sat Feb  3 11:13:21 2024
+++ pkgsrc/math/R-mvtnorm/distinfo      Sat Jun  8 14:49:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/02/03 11:13:21 mef Exp $
+$NetBSD: distinfo,v 1.17 2024/06/08 14:49:19 mef Exp $
 
-BLAKE2s (R/mvtnorm_1.2-4.tar.gz) = 9ad49877517e4b3fdbe9df0cd70dc8249a1a3d1087db9052f7018e90e3e9b0b6
-SHA512 (R/mvtnorm_1.2-4.tar.gz) = 3ba8054fb3f9a98237a62bf990a7567401dbe54eacf9f35d71927cb2503a5cb4dfafc1a49c3cf509ea97777f64111d441b90ce4e1ab2e1c386ea27aab98a17ea
-Size (R/mvtnorm_1.2-4.tar.gz) = 663517 bytes
+BLAKE2s (R/mvtnorm_1.2-5.tar.gz) = 9b40da0854a4b27bc63763ba2971d99c706fe1539fc4b530bbc24969ca0091c6
+SHA512 (R/mvtnorm_1.2-5.tar.gz) = e9b3a6a6cd0b482dfa148c20f0592761913b72034650f1deae88cb74b1e5e18cdce5571dd837b664a29966a7a20b743f5c4e568def314db0dd56a43d93c933d0
+Size (R/mvtnorm_1.2-5.tar.gz) = 688437 bytes



Home | Main Index | Thread Index | Old Index