pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-e1071 (math/R-e1071) Updated 1.7.2 to 1.7.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4714cdb86ad
branches: trunk
changeset: 458437:e4714cdb86ad
user: mef <mef%pkgsrc.org@localhost>
date: Thu Sep 16 04:16:47 2021 +0000
description:
(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
diffstat:
math/R-e1071/Makefile | 12 +++++++++---
math/R-e1071/distinfo | 10 +++++-----
2 files changed, 14 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r 94b407d4688a -r e4714cdb86ad math/R-e1071/Makefile
--- a/math/R-e1071/Makefile Thu Sep 16 00:25:42 2021 +0000
+++ b/math/R-e1071/Makefile Thu Sep 16 04:16:47 2021 +0000
@@ -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"
diff -r 94b407d4688a -r e4714cdb86ad math/R-e1071/distinfo
--- a/math/R-e1071/distinfo Thu Sep 16 00:25:42 2021 +0000
+++ b/math/R-e1071/distinfo Thu Sep 16 04:16:47 2021 +0000
@@ -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