summaryrefslogtreecommitdiff
path: root/math/R-e1071/Makefile
blob: c314e08cba48f30cc34102cfc520de9eb0a9a88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.12 2021/09/19 08:40:57 mef Exp $

R_PKGNAME=	e1071
R_PKGVER=	1.7-9

MAINTAINER=	pkgsrc-users@NetBSD.org
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"
.include "../../mk/bsd.pkg.mk"