aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-03 08:46:24 +0800
committertota <tota@FreeBSD.org>2011-09-03 08:46:24 +0800
commit82a5580d8472f28437b249d473362fe87f95fd4c (patch)
treeb7923e8c0714a7ee9fbea044603028731c8883e8 /devel
parent40988404787b21863bd78ad2c4be1e313bb6edc2 (diff)
downloadfreebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.tar.gz
freebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.tar.zst
freebsd-ports-gnome-82a5580d8472f28437b249d473362fe87f95fd4c.zip
- Add a new port: devel/R-cran-caret
The caret package (short for Classification And REgression Training) is a set of functions that attempt to streamline the process for creating predictive models. The package contains tools for: * data splitting * pre-processing * model tuning using resampling * variable importance estimation as well as other functionality. WWW: http://caret.r-forge.r-project.org/
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-caret/Makefile24
-rw-r--r--devel/R-cran-caret/distinfo2
-rw-r--r--devel/R-cran-caret/pkg-descr12
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 121055155b26..f4806d3b3801 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -9,6 +9,7 @@
SUBDIR += ORBit2
SUBDIR += ORBit2-reference
SUBDIR += R-cran-bitops
+ SUBDIR += R-cran-caret
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-plyr
diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile
new file mode 100644
index 000000000000..e03d07bd59be
--- /dev/null
+++ b/devel/R-cran-caret/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-caret
+# Date created: 2011-08-30
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= caret
+PORTVERSION= 4.98
+CATEGORIES= devel
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Classification and Regression Training
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-reshape>0:${PORTSDIR}/devel/R-cran-reshape
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-caret/distinfo b/devel/R-cran-caret/distinfo
new file mode 100644
index 000000000000..188e3eee00f1
--- /dev/null
+++ b/devel/R-cran-caret/distinfo
@@ -0,0 +1,2 @@
+SHA256 (caret_4.98.tar.gz) = 1155ff79a77f544ea4876b443f6b61be6b5d2c4656327ac0e8e0a9f2e2f1938c
+SIZE (caret_4.98.tar.gz) = 2926337
diff --git a/devel/R-cran-caret/pkg-descr b/devel/R-cran-caret/pkg-descr
new file mode 100644
index 000000000000..986505872702
--- /dev/null
+++ b/devel/R-cran-caret/pkg-descr
@@ -0,0 +1,12 @@
+The caret package (short for Classification And REgression Training)
+is a set of functions that attempt to streamline the process for
+creating predictive models. The package contains tools for:
+
+ * data splitting
+ * pre-processing
+ * model tuning using resampling
+ * variable importance estimation
+
+as well as other functionality.
+
+WWW: http://caret.r-forge.r-project.org/