blob: 7e977b7b8cd52ff05777b658f72bbd960d959278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= ks
PORTVERSION= 1.14.0
CATEGORIES= science
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Kernel Smoothing
WWW= https://cran.r-project.org/package=ks
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-FNN>0:math/R-cran-FNN \
R-cran-mclust>0:math/R-cran-mclust \
R-cran-plot3D>0:math/R-cran-plot3D \
R-cran-pracma>0:math/R-cran-pracma \
R-cran-mvtnorm>0:math/R-cran-mvtnorm \
R-cran-kernlab>0:science/R-cran-kernlab \
R-cran-multicool>0:devel/R-cran-multicool
#TEST_DEPENDS= R-cran-oz>0:graphics/R-cran-oz
USES= cran:compiles
.include <bsd.port.mk>
|