[med-svn] r2905 - in trunk/packages/R: . r-cran-randomforest r-cran-randomforest/trunk r-cran-randomforest/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Tue Jan 6 14:54:11 UTC 2009
Author: smoe-guest
Date: 2009-01-06 14:54:11 +0000 (Tue, 06 Jan 2009)
New Revision: 2905
Added:
trunk/packages/R/r-cran-randomforest/
trunk/packages/R/r-cran-randomforest/trunk/
trunk/packages/R/r-cran-randomforest/trunk/debian/
trunk/packages/R/r-cran-randomforest/trunk/debian/changelog
trunk/packages/R/r-cran-randomforest/trunk/debian/control
trunk/packages/R/r-cran-randomforest/trunk/debian/copyright
trunk/packages/R/r-cran-randomforest/trunk/debian/rules
trunk/packages/R/r-cran-randomforest/trunk/debian/watch
Log:
New package r-cran-randomforest
Property changes on: trunk/packages/R/r-cran-randomforest/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/changelog 2009-01-06 14:54:11 UTC (rev 2905)
@@ -0,0 +1,5 @@
+r-cran-randomforest (4.5-28-1) unstable; urgency=low
+
+ * Initial release (closes: #510970).
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 06 Jan 2009 11:06:58 +0100
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/control 2009-01-06 14:54:11 UTC (rev 2905)
@@ -0,0 +1,18 @@
+Source: r-cran-randomforest
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 5.0.0), cdbs, r-base-dev (>= 2.7.0~20080408), r-cran-combinat, r-cran-mvtnorm
+Standards-Version: 3.8.0
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-randomforest/trunk/
+Homepage: http://cran.r-project.org/web/packages/randomForest/
+
+Package: r-cran-randomforest
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core (>= 2.7.0~20080408)
+Recommends: r-cran-rcolorbrewer
+Description: GNU R package implementing the random forest classificator
+ The technique uses multiple descision trees and combines
+ their individual votes.
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/copyright 2009-01-06 14:54:11 UTC (rev 2905)
@@ -0,0 +1,20 @@
+The Fortran original of this package was created by Leo Breiman
+and Adele Cutler. The R port was performed by its current maintainer
+Andy Liaw <andy_liaw at merck.com> and Matthew Wiener.
+
+This package was created by Steffen Moeller <moeller at debian.org>.
+
+The sources were downloaded from
+ http://www.rqtl.org/download
+or
+ http://cran.r-project.org/src/contrib/
+
+The package was renamed from its upstream name 'randomForest' to
+'r-cran-randomforest' to highlight the fact that is it a package for R
+within the CRAN archive.
+
+Copyright (C) 2001-2007 Leo Breiman, Adele Cutler and Merck & Co., Inc.
+and released under the GNU General Public License (GPL) version 2 or later.
+
+On a Debian GNU/Linux system, the GPL license is included in the file
+/usr/share/common-licenses/GPL.
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/rules 2009-01-06 14:54:11 UTC (rev 2905)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-qtl package
+# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: trunk/packages/R/r-cran-randomforest/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/R/r-cran-randomforest/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-randomforest/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-randomforest/trunk/debian/watch 2009-01-06 14:54:11 UTC (rev 2905)
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/randomForest_([-0-9\.]*)\.tar\.gz
+
More information about the debian-med-commit
mailing list