From 21faf4f2f533c64a60e3e65d8096e07b27d2bb59 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 11 Dec 2009 19:06:17 +0000 Subject: Classification and regression based on a forest of trees using random inputs. --- math/R-randomForest/DESCR | 1 + math/R-randomForest/Makefile | 14 ++++++++++++++ math/R-randomForest/distinfo | 5 +++++ 3 files changed, 20 insertions(+) create mode 100644 math/R-randomForest/DESCR create mode 100644 math/R-randomForest/Makefile create mode 100644 math/R-randomForest/distinfo (limited to 'math/R-randomForest') 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 -- cgit v1.2.3