pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-emdbook



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 11:31:28 UTC 2022

Modified Files:
        pkgsrc/math/R-emdbook: Makefile

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-emdbook/Makefile

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-emdbook/Makefile
diff -u pkgsrc/math/R-emdbook/Makefile:1.5 pkgsrc/math/R-emdbook/Makefile:1.6
--- pkgsrc/math/R-emdbook/Makefile:1.5  Sun Dec 18 11:27:33 2022
+++ pkgsrc/math/R-emdbook/Makefile      Sun Dec 18 11:31:28 2022
@@ -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