summaryrefslogtreecommitdiff
path: root/math/R-DAAG/Makefile
blob: e9a7b6f76a521976d334aaae2f3108851377e42f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.16 2020/09/20 21:58:36 mef Exp $

R_PKGNAME=	DAAG
R_PKGVER=	1.24
CATEGORIES=	math

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Data analysis and graphics data and functions
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-latticeExtra>=0.6.26:../../graphics/R-latticeExtra

# Packages suggested but not available:
# 'leaps', 'oz'
TEST_DEPENDS+=	R-lme4-[0-9]*:../../math/R-lme4
TEST_DEPENDS+=	R-quantreg-[0-9]*:../../math/R-quantreg
TEST_DEPENDS+=	R-randomForest-[0-9]*:../../math/R-randomForest

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"