[med-svn] r18529 - in trunk/packages/R: . r-cran-clustersim r-cran-clustersim/trunk r-cran-clustersim/trunk/debian r-cran-clustersim/trunk/debian/source r-cran-clustersim/trunk/debian/upstream
Steffen Möller
moeller at moszumanska.debian.org
Thu Dec 11 11:33:12 UTC 2014
Author: moeller
Date: 2014-12-11 11:32:56 +0000 (Thu, 11 Dec 2014)
New Revision: 18529
Added:
trunk/packages/R/r-cran-clustersim/
trunk/packages/R/r-cran-clustersim/trunk/
trunk/packages/R/r-cran-clustersim/trunk/debian/
trunk/packages/R/r-cran-clustersim/trunk/debian/README.Debian
trunk/packages/R/r-cran-clustersim/trunk/debian/changelog
trunk/packages/R/r-cran-clustersim/trunk/debian/compat
trunk/packages/R/r-cran-clustersim/trunk/debian/control
trunk/packages/R/r-cran-clustersim/trunk/debian/copyright
trunk/packages/R/r-cran-clustersim/trunk/debian/rules
trunk/packages/R/r-cran-clustersim/trunk/debian/source/
trunk/packages/R/r-cran-clustersim/trunk/debian/source/format
trunk/packages/R/r-cran-clustersim/trunk/debian/upstream/
trunk/packages/R/r-cran-clustersim/trunk/debian/upstream/metadata
trunk/packages/R/r-cran-clustersim/trunk/debian/watch
Log:
This is r-cran-clustersim, still missing dependencies
I am sorry to say that there are too many dependencies
still missing to complete the packaging at this stage.
Property changes on: trunk/packages/R/r-cran-clustersim/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/README.Debian 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,6 @@
+Notes on how this package can be tested.
+
+This package can be tested by loading it into R with the command
+'library(clusterSim)' in order to confirm its integrity.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 11 Dec 2014 12:18:46 +0100
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/changelog 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,5 @@
+r-cran-clustersim (0.44-1-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 11 Dec 2014 12:11:37 +0100
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/compat 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1 @@
+9
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/control 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,42 @@
+Source: r-cran-clustersim
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ r-cran-cluster,
+ r-cran-ade4,
+ r-cran-e1071,
+ r-cran-rgl,
+ r-cran-r2html,
+ cdbs
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-clustersim/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-clustersim/trunk/
+Homepage: http://cran.r-project.org/web/packages/clusterSim/
+
+Package: r-cran-clustersim
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends}
+Suggests: r-cran-mlbench
+Description: GNU R package to determine optimal clustering procedure
+ When preparing clusters from any given data at hand, there
+ are many different scores to quantify the quality for the
+ grouping performed. It is common to vary parameters, e.g. the
+ number of clusters to create, and perform reevaluations to
+ thus empirically determine the optimal parameter set for the
+ clustering algorithm.
+ .
+ The following distance scores and features are provided:
+ GDM Distance, Sokal-Michener Distance, Bray-Curtis Distance,
+ Calinski-Harabasz Index, G2 Index, G3 Index, Silhouette Index,
+ Krzanowski-Lai Index, Hartigan Index, Gap Index, DB Index,
+ Data Normalization, HINoV method, Replication analysis for cluster
+ validation, Clustering with several algorithms, distances, Symbolic
+ interval distances, Plot functions, Random cluster generation, Linear
+ ordering methods, Comparing partitions, Spectral clustering, Ordinal
+ to metric scale transformation, Untypical data generation.
+ .
+ THIS PACKAGE HAS STILL UNRESOLVED DEPENDENCIES
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/copyright 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://cran.r-project.org/src/contrib/clusterSim_0.44-1.tar.gz
+
+Files: *
+Copyright: 2005 Marek Walesiak, Andrzej Dudek <andrzej.dudek at ue.wroc.pl>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+Comment: On a Debian GNU/Linux system, the GNU General Public License version 2 is
+ included in the file ‘/usr/share/common-licenses/GPL-2’.
+ .
+ The package was renamed from its upstream name 'clusterSim' to 'r-cran-clustersim' to
+ fit the pattern of CRAN (and non-CRAN) packages for R.
+
+Files: debian/*
+Copyright: 2014, Steffen Moeller <moeller at debian.org>
+License: same
+ Same as bitops
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/rules 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: trunk/packages/R/r-cran-clustersim/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/source/format 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/upstream/metadata
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/upstream/metadata (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/upstream/metadata 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,8 @@
+Archive: CRAN
+Contact: Andrzej Dudek <andrzej.dudek at ue.wroc.pl>
+Download: http://cran.r-project.org/web/packages/clusterSim/
+Homepage: http://keii.ue.wroc.pl/clusterSim
+Name: clusterSim
+Watch: |
+ version=3
+ http://cran.r-project.org/src/contrib/clusterSim_([\d.-]*)\.tar.gz
Added: trunk/packages/R/r-cran-clustersim/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-clustersim/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-clustersim/trunk/debian/watch 2014-12-11 11:32:56 UTC (rev 18529)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/clusterSim_([\d.-]*)\.tar.gz
More information about the debian-med-commit
mailing list