diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-09-19 02:28:14 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-09-19 02:28:14 +0800 |
commit | 03822df2386976753c967eecedaf721cac567e0d (patch) | |
tree | b4106cd9d3a09e25370e448beb6068cb06d9b9b5 /devel/R-cran-randomForest | |
parent | fbfdf43d289cc9ca656af44c3a3c2034c1921a86 (diff) | |
download | freebsd-ports-gnome-03822df2386976753c967eecedaf721cac567e0d.tar.gz freebsd-ports-gnome-03822df2386976753c967eecedaf721cac567e0d.tar.zst freebsd-ports-gnome-03822df2386976753c967eecedaf721cac567e0d.zip |
Breiman and Cutler's random forests for classification and regression
WWW: http://cran.r-project.org/web/packages/randomForest/
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/ |