diff options
author | adam <adam@pkgsrc.org> | 2009-12-11 19:06:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-11 19:06:17 +0000 |
commit | 21faf4f2f533c64a60e3e65d8096e07b27d2bb59 (patch) | |
tree | 789e8f11f63a7879a4ca4d2914c0767e5c901822 | |
parent | 20b4be037e31dd90ab42fb10b1c3bc021a3d4caa (diff) | |
download | pkgsrc-21faf4f2f533c64a60e3e65d8096e07b27d2bb59.tar.gz |
Classification and regression based on a forest of trees using random inputs.
-rw-r--r-- | math/R-randomForest/DESCR | 1 | ||||
-rw-r--r-- | math/R-randomForest/Makefile | 14 | ||||
-rw-r--r-- | math/R-randomForest/distinfo | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/math/R-randomForest/DESCR b/math/R-randomForest/DESCR new file mode 100644 index 00000000000..8f4165a9324 --- /dev/null +++ b/math/R-randomForest/DESCR @@ -0,0 +1 @@ +Classification and regression based on a forest of trees using random inputs. diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile new file mode 100644 index 00000000000..51ec58fb632 --- /dev/null +++ b/math/R-randomForest/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:06:17 adam Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/ +COMMENT= Classification and regression based on a forest of trees + +R_PKGNAME= randomForest +R_PKGVER= 4.5-34 + +.include "../../adam/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-randomForest/distinfo b/math/R-randomForest/distinfo new file mode 100644 index 00000000000..f52b09ba004 --- /dev/null +++ b/math/R-randomForest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:06:17 adam Exp $ + +SHA1 (R/randomForest_4.5-34.tar.gz) = 70bcc064f1483be9e2f556cb5a78d2b583806162 +RMD160 (R/randomForest_4.5-34.tar.gz) = c194ff850301a6ebd1885555bd699b5bae07093c +Size (R/randomForest_4.5-34.tar.gz) = 76484 bytes |