aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-randomForest
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-randomForest')
-rw-r--r--devel/R-cran-randomForest/Makefile16
-rw-r--r--devel/R-cran-randomForest/distinfo2
-rw-r--r--devel/R-cran-randomForest/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile
new file mode 100644
index 000000000000..6ab0fa08cc7e
--- /dev/null
+++ b/devel/R-cran-randomForest/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= randomForest
+DISTVERSION= 4.6-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:${PORTSDIR}/graphics/R-cran-RColorBrewer
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-randomForest/distinfo b/devel/R-cran-randomForest/distinfo
new file mode 100644
index 000000000000..559098687a1b
--- /dev/null
+++ b/devel/R-cran-randomForest/distinfo
@@ -0,0 +1,2 @@
+SHA256 (randomForest_4.6-6.tar.gz) = f5621bbabfa895f1d87bfdd75011967939883f881cf4a733187872c82a9be06a
+SIZE (randomForest_4.6-6.tar.gz) = 76960
diff --git a/devel/R-cran-randomForest/pkg-descr b/devel/R-cran-randomForest/pkg-descr
new file mode 100644
index 000000000000..2d0cc689f576
--- /dev/null
+++ b/devel/R-cran-randomForest/pkg-descr
@@ -0,0 +1,3 @@
+Breiman and Cutler's random forests for classification and regression
+
+WWW: http://cran.r-project.org/web/packages/randomForest/