pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-emdbook (math/R-compositions) Updated 2.0.2 to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/560586cdf864
branches:  trunk
changeset: 390312:560586cdf864
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 11:31:28 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-emdbook/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 21d117501f0e -r 560586cdf864 math/R-emdbook/Makefile
--- a/math/R-emdbook/Makefile   Sun Dec 18 11:27:47 2022 +0000
+++ b/math/R-emdbook/Makefile   Sun Dec 18 11:31:28 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/12/18 11:27:33 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/18 11:31:28 mef Exp $
 
 R_PKGNAME=     emdbook
 R_PKGVER=      1.3.12
-CATEGORIES=    math
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Support functions and data for "Ecological Models and Data"



Home | Main Index | Thread Index | Old Index