[med-svn] r4353 - in trunk/packages/R: . r-cran-diagnosismed r-cran-diagnosismed/trunk r-cran-diagnosismed/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Nov 19 15:44:18 UTC 2009
Author: tille
Date: 2009-11-19 15:44:18 +0000 (Thu, 19 Nov 2009)
New Revision: 4353
Added:
trunk/packages/R/r-cran-diagnosismed/
trunk/packages/R/r-cran-diagnosismed/trunk/
trunk/packages/R/r-cran-diagnosismed/trunk/debian/
trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat
trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
trunk/packages/R/r-cran-diagnosismed/trunk/debian/copyright
trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
trunk/packages/R/r-cran-diagnosismed/trunk/debian/watch
Log:
Injecting CRAN DiagnosisMed which needs a predepends TeachingDemo first - so the package does not yet finally build
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1,5 @@
+r-cran-diagnosismed (0.2.2.2-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #???).
+
+ -- Andreas Tille <tille at debian.org> Thu, 19 Nov 2009 15:38:39 +0100
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/compat 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1 @@
+7
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/control 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1,25 @@
+Source: r-cran-diagnosismed
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-epicalc, r-cran-epitools, r-cran-teachingdemos
+Standards-Version: 3.8.3
+Homepage: http://cran.r-project.org/web/packages/DiagnosisMed
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/
+
+Package: r-cran-diagnosismed
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core
+Suggests: r-cran-surveillance, r-cran-epi, r-cran-epibasix, r-cran-epitools, r-cran-epir
+Description: GNU R Diagnostic test accuracy evaluation for medical professionals
+ DiagnosisMed is a package to analyze data from diagnostic test accuracy
+ evaluating health conditions. It is being built to be used by health
+ professionals. This package is able to estimate sensitivity and
+ specificity from categorical and continuous test results including some
+ evaluations of indeterminate results, or compare different categorical
+ tests, and estimate reasonble cut-offs of tests and display it in a way
+ commonly used by health professionals. No graphical interface is
+ avalible yet.
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/copyright 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1,33 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: DiagnosisMed
+Contact: Pedro Brasil <pedro.brasil at ipec.fiocruz.br>
+Source: http://cran.r-project.org/web/packages/DiagnosisMed
+
+License: GPL-2+
+Copyright: 2009 Pedro Brasil <pedro.brasil at ipec.fiocruz.br>
+
+ 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, see <http://www.gnu.org/licenses/>.
+
+Comment: On Debian systems, the complete text of the GNU Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+Files: debian/*
+Copyright: 2008 Andreas Tille <tille at debian.org>
+ 2009 Charles Plessy <plessy at debian.org>
+License: Same as r-cran-epir itelf
+ (see above)
+Packaged-By: Andreas Tille <tille at debian.org>
+Packaged-Date: Thu, 19 Nov 2009 15:38:39 +0100
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-diagnosismed package
+# Copyright 2008 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/watch 2009-11-19 15:44:18 UTC (rev 4353)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/DiagnosisMed_([-\d.]+)\.tar\.gz
More information about the debian-med-commit
mailing list