blob: 5c611094e73c49f9f8b450b5054704ae4da110a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= hdrcde
PORTVERSION= 3.4
PORTREVISION= 1
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>
|