Author: tille
Date: 2009-11-19 14:46:05 +0000 (Thu, 19 Nov 2009)
New Revision: 4351

Added:
   trunk/packages/R/r-cran-epir/
   trunk/packages/R/r-cran-epir/trunk/
   trunk/packages/R/r-cran-epir/trunk/debian/
   trunk/packages/R/r-cran-epir/trunk/debian/changelog
   trunk/packages/R/r-cran-epir/trunk/debian/compat
   trunk/packages/R/r-cran-epir/trunk/debian/control
   trunk/packages/R/r-cran-epir/trunk/debian/copyright
   trunk/packages/R/r-cran-epir/trunk/debian/rules
   trunk/packages/R/r-cran-epir/trunk/debian/watch
Log:
Inject EpiR.  License / source of PDF documentation has to be clarified


Added: trunk/packages/R/r-cran-epir/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/changelog                         
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/changelog 2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1,5 @@
+r-cran-epir (0.9-19-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #???).
+
+ -- Andreas Tille <[email protected]>  Thu, 19 Nov 2009 15:38:39 +0100

Added: trunk/packages/R/r-cran-epir/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/compat                            
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/compat    2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1 @@
+5

Added: trunk/packages/R/r-cran-epir/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/control                           
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/control   2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1,24 @@
+Source: r-cran-epir
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Andreas Tille <[email protected]>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.3
+Homepage: http://cran.r-project.org/web/packages/epiR
+Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epir/trunk/?rev=0&sc=0
+Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epir/trunk/
+
+Package: r-cran-epir
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core
+Suggests: r-cran-surveillance, r-cran-epi, r-cran-epibasix, r-cran-epitools
+Description: GNU R Functions for analysing epidemiological data
+ A package for analysing epidemiological data. Contains functions for
+ directly and indirectly adjusting measures of disease frequency,
+ quantifying measures of association on the basis of single or multiple
+ strata of count data presented in a contingency table, and computing
+ confidence intervals around incidence risk and incidence rate estimates.
+ Miscellaneous functions for use in meta-analysis, diagnostic test
+ interpretation, and sample size calculations.

Added: trunk/packages/R/r-cran-epir/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/copyright                         
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/copyright 2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1,33 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: EpiR
+Contact: Mark Stevenson <M.Stevenson at massey.ac.nz>
+Source: http://cran.r-project.org/web/packages/epiR
+
+License: GPL-2+
+Copyright: 2009 Mark Stevenson with contributions from Telmo Nunes, Javier 
Sanchez, and Ron Thornton
+
+       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   <[email protected]>
+           2009 Charles Plessy <[email protected]>
+License: Same as r-cran-epir itelf
+ (see above)
+Packaged-By: Andreas Tille <[email protected]>
+Packaged-Date: Thu, 19 Nov 2009 15:38:39 +0100

Added: trunk/packages/R/r-cran-epir/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/rules                             
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/rules     2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#                                                      -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-epir package
+# Copyright 2008 by Andreas Tille <[email protected]>
+
+include /usr/share/R/debian/r-cran.mk


Property changes on: trunk/packages/R/r-cran-epir/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-epir/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/watch                             
(rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/watch     2009-11-19 14:46:05 UTC 
(rev 4351)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/epiR_([-\d.]+)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to