blob: 90ad9c78740b08797b52407890afc77bd87be83b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= randomForest
DISTVERSION= 4.6-7
PORTREVISION= 6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Classification based on a forest of trees using random inputs
RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:graphics/R-cran-RColorBrewer
USES= cran:auto-plist
.include <bsd.port.mk>
|