aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-hdrcde/Makefile
blob: d4e8f6bc4af75f6c3d85b006757522966fd993c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	hdrcde
PORTVERSION=	3.4
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Highest Density Regions and Conditional Density Estimation
WWW=		https://cran.r-project.org/package=hdrcde

LICENSE=	GPLv3

RUN_DEPENDS=	R-cran-ash>0:math/R-cran-ash	\
		R-cran-ks>0:science/R-cran-ks	\
		R-cran-locfit>0:math/R-cran-locfit	\
		R-cran-ggplot2>0:graphics/R-cran-ggplot2	\
		R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer

USES=		cran:compiles

.include <bsd.port.mk>