Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 18:26:19 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304450 - in head/devel: . R-cran-gbm
Message-ID:  <201209181826.q8IIQJw9040260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue Sep 18 18:26:19 2012
New Revision: 304450
URL: http://svn.freebsd.org/changeset/ports/304450

Log:
  Extensions to Freund and Schapire's AdaBoost algorithm and Friedman's
  gradient boosting machine. Includes regression methods for least
  squares, absolute loss, quantile regression, logistic, Poisson, Cox
  proportional hazards partial likelihood, and AdaBoost exponential loss.
  
  WWW:	http://cran.r-project.org/web/packages/gbm/

Added:
  head/devel/R-cran-gbm/
  head/devel/R-cran-gbm/Makefile   (contents, props changed)
  head/devel/R-cran-gbm/distinfo   (contents, props changed)
  head/devel/R-cran-gbm/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 18 17:44:47 2012	(r304449)
+++ head/devel/Makefile	Tue Sep 18 18:26:19 2012	(r304450)
@@ -14,6 +14,7 @@
     SUBDIR += R-cran-caret
     SUBDIR += R-cran-chron
     SUBDIR += R-cran-foreach
+    SUBDIR += R-cran-gbm
     SUBDIR += R-cran-gsubfn
     SUBDIR += R-cran-iterators
     SUBDIR += R-cran-itertools

Added: head/devel/R-cran-gbm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-gbm/Makefile	Tue Sep 18 18:26:19 2012	(r304450)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	gbm
+DISTVERSION=	1.6-3.2
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Extensions to AdaBoost algorithm
+
+LICENSE=	GPLv2
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-gbm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-gbm/distinfo	Tue Sep 18 18:26:19 2012	(r304450)
@@ -0,0 +1,2 @@
+SHA256 (gbm_1.6-3.2.tar.gz) = 73a79fabcd85364ef710545ebb53363bd2d8c8146b2fd7d2c320a13a1451ed0e
+SIZE (gbm_1.6-3.2.tar.gz) = 265803

Added: head/devel/R-cran-gbm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-gbm/pkg-descr	Tue Sep 18 18:26:19 2012	(r304450)
@@ -0,0 +1,6 @@
+Extensions to Freund and Schapire's AdaBoost algorithm and Friedman's
+gradient boosting machine. Includes regression methods for least
+squares, absolute loss, quantile regression, logistic, Poisson, Cox
+proportional hazards partial likelihood, and AdaBoost exponential loss.
+
+WWW:	http://cran.r-project.org/web/packages/gbm/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209181826.q8IIQJw9040260>