8f648f4c57
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.
17 lines
417 B
Makefile
17 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/08/15 09:34:23 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/e1701/
|
|
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= e1071
|
|
R_PKGVER= 1.6-1
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|