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:           Wed Nov  6 13:05:02 UTC 2024

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

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

Changes in Version 1.3-1 (2024-09-02):

  Bugfixes:

         * Challenging numeric test of score function at ML estimate
           failed on Mac M1.

Changes in Version 1.2-6 (2024-08-17):

  Features:

         * Add 'logdet()' function for computing log-determinants from
           lower triangular matrices.

         * Speed up 'solve(<ltMatrices>, ...)'.

  Bugfixes:

         * Avoid unnecessary copying of large data objects.

         * -1/2 -> -1 for det(C) in lmvnorm_src vignette; spotted by
           Kurt Hornik

         * Use 'M\_PI'.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/R-mvtnorm/Makefile
cvs rdiff -u -r1.17 -r1.18 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.23 pkgsrc/math/R-mvtnorm/Makefile:1.24
--- pkgsrc/math/R-mvtnorm/Makefile:1.23 Sat Jun  8 14:49:19 2024
+++ pkgsrc/math/R-mvtnorm/Makefile      Wed Nov  6 13:05:02 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2024/06/08 14:49:19 mef Exp $
+# $NetBSD: Makefile,v 1.24 2024/11/06 13:05:02 mef Exp $
 
 R_PKGNAME=     mvtnorm
-R_PKGVER=      1.2-5
+R_PKGVER=      1.3-1
 
 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.17 pkgsrc/math/R-mvtnorm/distinfo:1.18
--- pkgsrc/math/R-mvtnorm/distinfo:1.17 Sat Jun  8 14:49:19 2024
+++ pkgsrc/math/R-mvtnorm/distinfo      Wed Nov  6 13:05:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/06/08 14:49:19 mef Exp $
+$NetBSD: distinfo,v 1.18 2024/11/06 13:05:02 mef Exp $
 
-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
+BLAKE2s (R/mvtnorm_1.3-1.tar.gz) = 49d548800edf08a99bcff01b34ba183c61be79bd4fcfa0aa2c3b492573648d9e
+SHA512 (R/mvtnorm_1.3-1.tar.gz) = 35ce26a292cccfbfcc3b9dc4c15d408c0fa9e0fa6dc596a9681be124f410e4efc7e65cad55e8530cf50afc2a4ff59c2b58dd4305743118249a8b710b6a2e585d
+Size (R/mvtnorm_1.3-1.tar.gz) = 806131 bytes



Home | Main Index | Thread Index | Old Index