[med-svn] r4356 - in trunk/packages/R: . r-cran-medadherence r-cran-medadherence/trunk r-cran-medadherence/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Nov 19 16:52:19 UTC 2009


Author: tille
Date: 2009-11-19 16:52:18 +0000 (Thu, 19 Nov 2009)
New Revision: 4356

Added:
   trunk/packages/R/r-cran-medadherence/
   trunk/packages/R/r-cran-medadherence/trunk/
   trunk/packages/R/r-cran-medadherence/trunk/debian/
   trunk/packages/R/r-cran-medadherence/trunk/debian/changelog
   trunk/packages/R/r-cran-medadherence/trunk/debian/compat
   trunk/packages/R/r-cran-medadherence/trunk/debian/control
   trunk/packages/R/r-cran-medadherence/trunk/debian/copyright
   trunk/packages/R/r-cran-medadherence/trunk/debian/rules
   trunk/packages/R/r-cran-medadherence/trunk/debian/watch
Log:
Inject r-cran-medadherence which is a nice target for a med-research task, perhaps also useful in med-practice


Added: trunk/packages/R/r-cran-medadherence/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/changelog	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1,5 @@
+r-cran-medadherence (1.01-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-medadherence/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/compat	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1 @@
+7

Added: trunk/packages/R/r-cran-medadherence/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/control	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1,26 @@
+Source: r-cran-medadherence
+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-foreign, r-cran-survival
+Standards-Version: 3.8.3
+Homepage: http://cran.r-project.org/web/packages/medAdherence/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-medadherence/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-medadherence/trunk/
+
+Package: r-cran-medadherence
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R Medication Adherence: Commonly Used Definitions
+ Adherence is defined as "the extent to which a person's behavior
+ coincides with medical or health advice", which is very important, for
+ both clinical researchers and physicians, to identify the treatment
+ effect of a specific medication(s).
+ .
+ A variety of measures have been developed to calculate the medication
+ adherence. Definitions and methods to address adherence differ greatly
+ in public literature. Choosing which definition should be determined by
+ overall study goals.  This package provides the functions to calculate
+ medication adherence based on commonly used definitions.

Added: trunk/packages/R/r-cran-medadherence/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/copyright	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1,33 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: medAdherence
+Contact: Xiangyang Ye <xyexye08 at gmail.com>
+Source: http://cran.r-project.org/web/packages/medAdherence
+
+License: GPL-2+
+Copyright: 2009 Xiangyang Ye, Pharmacotherapy Outcomes Research Center, Univertiy of Utah
+
+	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-medadherence 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-medadherence/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/rules	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-epicalc 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-medadherence/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-medadherence/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/watch	2009-11-19 16:52:18 UTC (rev 4356)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/medAdherence_([-\d.]+)\.tar\.gz




More information about the debian-med-commit mailing list