Thu Aug 15 09:34:23 2013 UTC ()
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.


(wen)
diff -r1.3 -r1.4 pkgsrc/math/R-e1071/Makefile
diff -r1.3 -r1.4 pkgsrc/math/R-e1071/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/math/R-e1071/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-e1071/Makefile 2012/04/15 15:25:09 1.3
+++ pkgsrc/math/R-e1071/Makefile 2013/08/15 09:34:23 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2012/04/15 15:25:09 brook Exp $ 1# $NetBSD: Makefile,v 1.4 2013/08/15 09:34:23 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/e1701/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/e1701/
8COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien 8COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11R_PKGNAME= e1071 11R_PKGNAME= e1071
12R_PKGVER= 1.6 12R_PKGVER= 1.6-1
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/math/R-e1071/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-e1071/distinfo 2012/04/15 15:25:09 1.3
+++ pkgsrc/math/R-e1071/distinfo 2013/08/15 09:34:23 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/04/15 15:25:09 brook Exp $ 1$NetBSD: distinfo,v 1.4 2013/08/15 09:34:23 wen Exp $
2 2
3SHA1 (R/e1071_1.6.tar.gz) = 96cd5d7643178580000ce515ca60816a61a5a9d2 3SHA1 (R/e1071_1.6-1.tar.gz) = d95d38445003a8120fc96e73667c9bdd90b77392
4RMD160 (R/e1071_1.6.tar.gz) = fbe7841dc8ec8eb9d4b2ec409fa20a6a0bed1e29 4RMD160 (R/e1071_1.6-1.tar.gz) = 76b0f58d4eb758d21795ac1e9a0fb93d6193f319
5Size (R/e1071_1.6.tar.gz) = 425215 bytes 5Size (R/e1071_1.6-1.tar.gz) = 258910 bytes