diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-09-18 18:28:14 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-09-18 18:28:14 +0000 |
commit | 6e25da1629ac81e9e40972be0b136cc7d3a9ab61 (patch) | |
tree | b4106cd9d3a09e25370e448beb6068cb06d9b9b5 /devel/R-cran-randomForest | |
parent | 6f4b012646388813d2b0ac49bcb5abbfc32262b8 (diff) | |
download | ports-6e25da1629ac81e9e40972be0b136cc7d3a9ab61.tar.gz ports-6e25da1629ac81e9e40972be0b136cc7d3a9ab61.zip |
Breiman and Cutler's random forests for classification and regression
Notes
Notes:
svn path=/head/; revision=304452
Diffstat (limited to 'devel/R-cran-randomForest')
-rw-r--r-- | devel/R-cran-randomForest/Makefile | 16 | ||||
-rw-r--r-- | devel/R-cran-randomForest/distinfo | 2 | ||||
-rw-r--r-- | devel/R-cran-randomForest/pkg-descr | 3 |
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/ |