summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwen <wen>2013-08-15 09:34:23 +0000
committerwen <wen>2013-08-15 09:34:23 +0000
commitca0ca9dc7baa97957650bfa1520a716f5cae22d1 (patch)
tree3fe0619fdb19e42cb6073651d71da8fdaf37bc80 /math
parente75dbd1c83dab0d96a58eec3d7b1b8df7d32f72d (diff)
downloadpkgsrc-ca0ca9dc7baa97957650bfa1520a716f5cae22d1.tar.gz
Update to 1.6.1
Upstream changes: Changes in version 1.6-1 write.matrix.csr() now accepts a fac argument similar to read.matrix.csr(), writing factor levels instead of the numeric codes. naiveBayes() uses a numerically more stable formula for calculating the a-posterior probabilities. predict.naiveBayes() now accepts data with predictors in an order different from the training data, and also ignores variables not in the model (especially the response variable). svm() checks whether parameters which are passed to the C-code are set to NULL to avoid segfaults.
Diffstat (limited to 'math')
-rw-r--r--math/R-e1071/Makefile4
-rw-r--r--math/R-e1071/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-e1071/Makefile b/math/R-e1071/Makefile
index 6e527cb0bd2..cf6af75f551 100644
--- a/math/R-e1071/Makefile
+++ b/math/R-e1071/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/04/15 15:25:09 brook Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/15 09:34:23 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE= gnu-gpl-v2
R_PKGNAME= e1071
-R_PKGVER= 1.6
+R_PKGVER= 1.6-1
USE_LANGUAGES= c c++
diff --git a/math/R-e1071/distinfo b/math/R-e1071/distinfo
index 00ee2b7474d..c6433b66867 100644
--- a/math/R-e1071/distinfo
+++ b/math/R-e1071/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/04/15 15:25:09 brook Exp $
+$NetBSD: distinfo,v 1.4 2013/08/15 09:34:23 wen Exp $
-SHA1 (R/e1071_1.6.tar.gz) = 96cd5d7643178580000ce515ca60816a61a5a9d2
-RMD160 (R/e1071_1.6.tar.gz) = fbe7841dc8ec8eb9d4b2ec409fa20a6a0bed1e29
-Size (R/e1071_1.6.tar.gz) = 425215 bytes
+SHA1 (R/e1071_1.6-1.tar.gz) = d95d38445003a8120fc96e73667c9bdd90b77392
+RMD160 (R/e1071_1.6-1.tar.gz) = 76b0f58d4eb758d21795ac1e9a0fb93d6193f319
+Size (R/e1071_1.6-1.tar.gz) = 258910 bytes