svn commit: r304452 - in head/devel: . R-cran-randomForest

Steven Kreuzer skreuzer at FreeBSD.org
Tue Sep 18 18:28:15 UTC 2012


Author: skreuzer
Date: Tue Sep 18 18:28:14 2012
New Revision: 304452
URL: http://svn.freebsd.org/changeset/ports/304452

Log:
  Breiman and Cutler's random forests for classification and regression
  
  WWW:	http://cran.r-project.org/web/packages/randomForest/

Added:
  head/devel/R-cran-randomForest/
  head/devel/R-cran-randomForest/Makefile   (contents, props changed)
  head/devel/R-cran-randomForest/distinfo   (contents, props changed)
  head/devel/R-cran-randomForest/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 18 18:27:35 2012	(r304451)
+++ head/devel/Makefile	Tue Sep 18 18:28:14 2012	(r304452)
@@ -22,6 +22,7 @@
     SUBDIR += R-cran-memoise
     SUBDIR += R-cran-plyr
     SUBDIR += R-cran-proto
+    SUBDIR += R-cran-randomForest
     SUBDIR += R-cran-reshape
     SUBDIR += R-cran-reshape2
     SUBDIR += SpecTcl

Added: head/devel/R-cran-randomForest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-randomForest/Makefile	Tue Sep 18 18:28:14 2012	(r304452)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	randomForest
+DISTVERSION=	4.6-6
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	skreuzer at 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>

Added: head/devel/R-cran-randomForest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-randomForest/distinfo	Tue Sep 18 18:28:14 2012	(r304452)
@@ -0,0 +1,2 @@
+SHA256 (randomForest_4.6-6.tar.gz) = f5621bbabfa895f1d87bfdd75011967939883f881cf4a733187872c82a9be06a
+SIZE (randomForest_4.6-6.tar.gz) = 76960

Added: head/devel/R-cran-randomForest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-randomForest/pkg-descr	Tue Sep 18 18:28:14 2012	(r304452)
@@ -0,0 +1,3 @@
+Breiman and Cutler's random forests for classification and regression
+
+WWW:	http://cran.r-project.org/web/packages/randomForest/



More information about the svn-ports-all mailing list