pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-compositions (math/R-compositions) Updated 2.0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0989c787bc5b
branches:  trunk
changeset: 390319:0989c787bc5b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 11:46:11 2022 +0000

description:
(math/R-compositions) Updated 2.0.2 to 2.0.4

Version 2.0-4

   * F77_ calling conventions adapted from fixed length strings to
     length parameter in BLAS calls
   * fitDirichlet returned loglikehood fixed (by adding a "-" in front
     of n)
   * as.matrix.rmult method returns now a matrix with the rmult class
     stripped; in this way, derivate functions of `lm()` work properly
     (e.g. `anova`, `summary.manova`, `MASS::lda`)

Version 2.0-3

  * kernel density estimation on the simplex with Dirichlet kernels
    (kdeDirichlet)

Version 2.0-2.9000
  * own implementation of dDirichlet

diffstat:

 math/R-compositions/Makefile |  8 ++++----
 math/R-compositions/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r d56af0c0d6d5 -r 0989c787bc5b math/R-compositions/Makefile
--- a/math/R-compositions/Makefile      Sun Dec 18 11:43:37 2022 +0000
+++ b/math/R-compositions/Makefile      Sun Dec 18 11:46:11 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/08/28 05:30:45 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/18 11:46:11 mef Exp $
 
 R_PKGNAME=     compositions
-R_PKGVER=      2.0-2
+R_PKGVER=      2.0-4
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Compositional data analysis
@@ -12,9 +12,9 @@
 DEPENDS+=      R-robustbase>=0.93.5:../../math/R-robustbase
 DEPENDS+=      R-tensorA>=0.36.1:../../math/R-tensorA
 
-# Packages suggested but not available: 'rgl', 'combinat'
+# Packages suggested but not available: 'rgl'
 #TEST_DEPENDS+=        R-rgl-[0-9]*:../..
-#TEST_DEPENDS+=        R-combinat-[0-9]*:../..
+TEST_DEPENDS+= R-combinat-[0-9]*:../../math/R-combinat
 
 USE_LANGUAGES= c fortran
 
diff -r d56af0c0d6d5 -r 0989c787bc5b math/R-compositions/distinfo
--- a/math/R-compositions/distinfo      Sun Dec 18 11:43:37 2022 +0000
+++ b/math/R-compositions/distinfo      Sun Dec 18 11:46:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:25 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/12/18 11:46:11 mef Exp $
 
-BLAKE2s (R/compositions_2.0-2.tar.gz) = 9cb6cc8c8fd38069695893257878fb7d5e6e7a640b60dc296b9e8fcfd6b2c379
-SHA512 (R/compositions_2.0-2.tar.gz) = f3484aeba165891a39cec95d5eb700d475e71f7bde063bc223fb88642b582897599a4480c75cbc43722437fd907a6565f1a58694f4b99a37d676d4cda5a5c867
-Size (R/compositions_2.0-2.tar.gz) = 1168643 bytes
+BLAKE2s (R/compositions_2.0-4.tar.gz) = 655e6d6c12957d129682377e0ab09a933e2f5022dfb41d05492a2c20fec28c25
+SHA512 (R/compositions_2.0-4.tar.gz) = 5ccba3ce12461ff3d7fdda8e2956ed2eaed6a029911a31c11c375c40c1b2696b3601d62a07b07f7695b408181b286be251e5530d2934249d1586024c1ea92944
+Size (R/compositions_2.0-4.tar.gz) = 1175066 bytes



Home | Main Index | Thread Index | Old Index