aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-spdep/Makefile
blob: 14498036765133ebd9845892e2efa6e32ae40580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	spdep
DISTVERSION=	1.1-11
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Spatial dependence: weighting schemes, statistics, and models

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-sp>=1.0:math/R-cran-sp \
		R-cran-spData>=0.2.6.0:math/R-cran-spData \
		R-cran-sf>0:math/R-cran-sf \
		R-cran-deldir>0:math/R-cran-deldir \
		R-cran-LearnBayes>0:math/R-cran-LearnBayes \
		R-cran-coda>0:math/R-cran-coda \
		R-cran-expm>0:math/R-cran-expm \
		R-cran-gmodels>0:devel/R-cran-gmodels \
		R-cran-units>0:math/R-cran-units \
		R-cran-s2>0:graphics/R-cran-s2 \
		R-cran-e1071>0:science/R-cran-e1071
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>