blob: 6dfb1f155997481dbbfe670330d9ff40647b39c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Thierry Thomas <thierry@pompo.net>
PORTNAME= hdrcde
PORTVERSION= 3.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Highest Density Regions and Conditional Density Estimation
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>
|