pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-e1071



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 16 04:16:47 UTC 2021

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

Log Message:
(math/R-e1071) Updated 1.7.2 to 1.7.8

(by  R CMD Rdconv -t txt math/R-e1071/work/e1071/inst/NEWS.Rd)

Changes in version 1.7-8:

        * Bugfixes in 'gknn()': wrong behavior in case of tied
          k-nearest neighbors (for 'use_all=TRUE'), and also in case of
          an overall class tie.

Changes in version 1.7-7:

        * Bugfix in examples of 'cshell()'

Changes in version 1.7-6:

        * Bugfix in 'scale_data_frame()' - now calls 'scale()' if x is
          not a data frame.

Changes in version 1.7-5:

        * NaiveBayes: better handling od character and logical features

        * Added: 'gknn()' for generalized k-Nearest Neighbours (using
          arbitrary proximity measures)

        * Added: 'scale_data_frame()' for scaling the numeric columns
          of a data frame.

Changes in version 1.7-4:

        * Bug fix: "inverse" argument for class.weights argument in
          'svm.default()' did not work


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-e1071/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-e1071/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-e1071/Makefile
diff -u pkgsrc/math/R-e1071/Makefile:1.10 pkgsrc/math/R-e1071/Makefile:1.11
--- pkgsrc/math/R-e1071/Makefile:1.10   Thu Aug  8 19:53:48 2019
+++ pkgsrc/math/R-e1071/Makefile        Thu Sep 16 04:16:47 2021
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2019/08/08 19:53:48 brook Exp $
+# $NetBSD: Makefile,v 1.11 2021/09/16 04:16:47 mef Exp $
 
 R_PKGNAME=     e1071
-R_PKGVER=      1.7-2
-CATEGORIES=    math
+R_PKGVER=      1.7-8
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Misc Functions of the Department of Statistics (e1071), TU Wien
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+DEPENDS+=      R-proxy-[0-9]*:../../math/R-proxy
+
+# Packages suggested but not available: 'mlbench', 'slam'
+TEST_DEPENDS+= R-randomForest-[0-9]*:../../math/R-randomForest
+TEST_DEPENDS+= R-SparseM-[0-9]*:../../math/R-SparseM
+TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-e1071/distinfo
diff -u pkgsrc/math/R-e1071/distinfo:1.8 pkgsrc/math/R-e1071/distinfo:1.9
--- pkgsrc/math/R-e1071/distinfo:1.8    Wed Jul 31 19:21:32 2019
+++ pkgsrc/math/R-e1071/distinfo        Thu Sep 16 04:16:47 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/07/31 19:21:32 brook Exp $
+$NetBSD: distinfo,v 1.9 2021/09/16 04:16:47 mef Exp $
 
-SHA1 (R/e1071_1.7-2.tar.gz) = dc96a14b53c298f6d393f55c3a452b6ac9da07b5
-RMD160 (R/e1071_1.7-2.tar.gz) = 9b1ce120c3c42532226de22b1d7e03ef64db3f74
-SHA512 (R/e1071_1.7-2.tar.gz) = 381cf98649a3c3bde6ba9800cf59c66aa632af60ca6bc22deaebdb2a364ccbfb9a499de7ceb0b98026e79b438e719109dcc1ee4145a0737aff4eb44bdd016cdc
-Size (R/e1071_1.7-2.tar.gz) = 583003 bytes
+SHA1 (R/e1071_1.7-8.tar.gz) = b37d99500cc28c446bf8a2683ba38e5fc2b08315
+RMD160 (R/e1071_1.7-8.tar.gz) = 3758301b0c9033b18bf84f364293f823cd924ba1
+SHA512 (R/e1071_1.7-8.tar.gz) = 2eda8d0cb2d1d576a48e193752daa183a39091ea3192882742be8f3db0e5c466d6d4191048d9aa3389c9c7ede767d206c54468fd6fa13b6064e712fd46be2ddd
+Size (R/e1071_1.7-8.tar.gz) = 581347 bytes



Home | Main Index | Thread Index | Old Index