eee38b60c2
clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, ...
16 lines
378 B
Makefile
16 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
|
|
COMMENT= Functions for latent class analysis
|
|
|
|
R_PKGNAME= e1071
|
|
R_PKGVER= 1.5-21
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|