[rkward-cvs] SF.net SVN: rkward-code:[4669] branches/external_plugins/rk.CohenKappa
m-eik at users.sf.net
m-eik at users.sf.net
Thu Apr 4 19:44:28 UTC 2013
Revision: 4669
http://sourceforge.net/p/rkward/code/4669
Author: m-eik
Date: 2013-04-04 19:44:27 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
debianizing the plugin and fixing the inclusion error
Modified Paths:
--------------
branches/external_plugins/rk.CohenKappa/ChangeLog
branches/external_plugins/rk.CohenKappa/DESCRIPTION
branches/external_plugins/rk.CohenKappa/R/rk.CohenKappa-package.R
branches/external_plugins/rk.CohenKappa/inst/CITATION
branches/external_plugins/rk.CohenKappa/inst/NEWS.Rd
branches/external_plugins/rk.CohenKappa/inst/rkward/plugins/CohensKappa.xml
branches/external_plugins/rk.CohenKappa/inst/rkward/rk.CohenKappa.pluginmap
branches/external_plugins/rk.CohenKappa/inst/rkward/rkwarddev_plugin_script_kappa.R
branches/external_plugins/rk.CohenKappa/man/rk.CohenKappa-package.Rd
Added Paths:
-----------
branches/external_plugins/rk.CohenKappa/debian/
branches/external_plugins/rk.CohenKappa/debian/changelog
branches/external_plugins/rk.CohenKappa/debian/compat
branches/external_plugins/rk.CohenKappa/debian/control
branches/external_plugins/rk.CohenKappa/debian/copyright
branches/external_plugins/rk.CohenKappa/debian/rules
branches/external_plugins/rk.CohenKappa/debian/source/
branches/external_plugins/rk.CohenKappa/debian/source/format
Modified: branches/external_plugins/rk.CohenKappa/ChangeLog
===================================================================
--- branches/external_plugins/rk.CohenKappa/ChangeLog 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/ChangeLog 2013-04-04 19:44:27 UTC (rev 4669)
@@ -1,5 +1,11 @@
ChangeLog for package rk.CohenKappa
+changes in version 0.01-5 (2013-04-04)
+added:
+ - debianized the plugin
+fixed:
+ - removed erroneous pluginmap inclusions from XML files
+
changes in version 0.01-4 (2013-02-24)
changed:
- updated rkwarddev generator script (compatibility with 0.06-2) and regenerated plugin code
Modified: branches/external_plugins/rk.CohenKappa/DESCRIPTION
===================================================================
--- branches/external_plugins/rk.CohenKappa/DESCRIPTION 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/DESCRIPTION 2013-04-04 19:44:27 UTC (rev 4669)
@@ -1,8 +1,8 @@
Package: rk.CohenKappa
Type: Package
Title: RKWard GUI to calculate Cohen's Kappa
-Version: 0.01-4
-Date: 2013-02-24
+Version: 0.01-5
+Date: 2013-04-04
Author: Meik Michalke <meik.michalke at hhu.de>
Maintainer: Meik Michalke <meik.michalke at hhu.de>
Depends:
Modified: branches/external_plugins/rk.CohenKappa/R/rk.CohenKappa-package.R
===================================================================
--- branches/external_plugins/rk.CohenKappa/R/rk.CohenKappa-package.R 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/R/rk.CohenKappa-package.R 2013-04-04 19:44:27 UTC (rev 4669)
@@ -3,8 +3,8 @@
#' \tabular{ll}{
#' Package: \tab rk.CohenKappa\cr
#' Type: \tab Package\cr
-#' Version: \tab 0.01-4\cr
-#' Date: \tab 2013-02-24\cr
+#' Version: \tab 0.01-5\cr
+#' Date: \tab 2013-04-04\cr
#' Depends: \tab rkward (>= 0.5.6)\cr
#' Enhances: \tab rkward\cr
#' License: \tab GPL (>= 3)\cr
Added: branches/external_plugins/rk.CohenKappa/debian/changelog
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/changelog (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/changelog 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1,6 @@
+r-other-rkward-rk-cohenkappa (0.01-5-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de> Thu, 04 Apr 2013 21:27:54 +0000
+
Added: branches/external_plugins/rk.CohenKappa/debian/compat
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/compat (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/compat 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1 @@
+7
Added: branches/external_plugins/rk.CohenKappa/debian/control
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/control (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/control 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1,14 @@
+Source: r-other-rkward-rk-cohenkappa
+Section: math
+Priority: optional
+Maintainer: m.eik michalke <meik.michalke at hhu.de>
+Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>= 2.9.0), cdbs, rkward (>= 0.5.6)
+Standards-Version: 3.9.3.1
+Homepage: http://rkward.sf.net
+
+Package: r-other-rkward-rk-cohenkappa
+Architecture: all
+Section: math
+Depends: r-base (>= 2.15.0), rkward (>= 0.5.6)
+Description: GNU R package: RKWard GUI to calculate Cohen's Kappa, i.e., the agreement of two raters (using the psych package)
+Homepage: http://rkward.sf.net
Added: branches/external_plugins/rk.CohenKappa/debian/copyright
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/copyright (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/copyright 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1,18 @@
+The R library rk.CohenKappa was originally written and is maintained by Meik Michalke <meik.michalke at hhu.de>.
+
+This Debian package was put together m.eik michalke <meik.michalke at hhu.de>.
+
+The package was renamed from its upstream name 'rk.CohenKappa' to
+'r-other-rkward-rk-cohenkappa' in harmony with the R packaging policy to indicate
+that the package is external to the CRAN or BioC repositories.
+
+rk.CohenKappa Copyright (C) 2013 Meik Michalke, released under the
+GNU General Public License (GPL) version 3 or (at your option) any later version.
+
+This software 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.
+
+You should have received a copy of the license with your Debian system,
+in the file /usr/share/common-licenses/GPL-3, or with the
+source package as the file COPYING or LICENSE.
Added: branches/external_plugins/rk.CohenKappa/debian/rules
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/rules (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/rules 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-other-rkward-rk-cohenkappa package
+# Copyright 2013 by m.eik michalke <meik.michalke at hhu.de>
+
+debRreposname := other-rkward
+
+include /usr/share/R/debian/r-cran.mk
+
+# Require a number equal or superior than the R version the package was built with.
+install/$(package)::
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
Property changes on: branches/external_plugins/rk.CohenKappa/debian/rules
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: branches/external_plugins/rk.CohenKappa/debian/source/format
===================================================================
--- branches/external_plugins/rk.CohenKappa/debian/source/format (rev 0)
+++ branches/external_plugins/rk.CohenKappa/debian/source/format 2013-04-04 19:44:27 UTC (rev 4669)
@@ -0,0 +1 @@
+3.0 (quilt)
Modified: branches/external_plugins/rk.CohenKappa/inst/CITATION
===================================================================
--- branches/external_plugins/rk.CohenKappa/inst/CITATION 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/inst/CITATION 2013-04-04 19:44:27 UTC (rev 4669)
@@ -2,12 +2,12 @@
title="rk.CohenKappa: RKWard GUI to calculate Cohen's Kappa",
author="Meik Michalke",
year="2013",
- note="(Version 0.01-4)",
+ note="(Version 0.01-5)",
url="http://rkward.sf.net",
textVersion =
paste("Michalke, M. (2013). ",
- "rk.CohenKappa: RKWard GUI to calculate Cohen's Kappa (Version 0.01-4). ",
+ "rk.CohenKappa: RKWard GUI to calculate Cohen's Kappa (Version 0.01-5). ",
"Available from http://rkward.sf.net",
sep=""),
Modified: branches/external_plugins/rk.CohenKappa/inst/NEWS.Rd
===================================================================
--- branches/external_plugins/rk.CohenKappa/inst/NEWS.Rd 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/inst/NEWS.Rd 2013-04-04 19:44:27 UTC (rev 4669)
@@ -1,5 +1,17 @@
\name{NEWS}
\title{News for Package 'rk.CohenKappa'}
+\section{Changes in rk.CohenKappa version 0.01-5 (2013-04-04)}{
+ \subsection{added}{
+ \itemize{
+ \item debianized the plugin
+ }
+ }
+ \subsection{fixed}{
+ \itemize{
+ \item removed erroneous pluginmap inclusions from XML files
+ }
+ }
+}
\section{Changes in rk.CohenKappa version 0.01-4 (2013-02-24)}{
\subsection{changed}{
\itemize{
Modified: branches/external_plugins/rk.CohenKappa/inst/rkward/plugins/CohensKappa.xml
===================================================================
--- branches/external_plugins/rk.CohenKappa/inst/rkward/plugins/CohensKappa.xml 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/inst/rkward/plugins/CohensKappa.xml 2013-04-04 19:44:27 UTC (rev 4669)
@@ -4,7 +4,6 @@
perhaps don't make changes here, but in the rkwarddev script instead! -->
<code file="CohensKappa.js" />
<help file="CohensKappa.rkh" />
- <include file="../rk.CohenKappa.pluginmap" />
<logic>
<!-- <convert id="!edit!" sources="!edit!" mode="equals" standard="!edit!" /> -->
<!-- <connect governor="!edit!" client="!edit!.enabled" /> -->
Modified: branches/external_plugins/rk.CohenKappa/inst/rkward/rk.CohenKappa.pluginmap
===================================================================
--- branches/external_plugins/rk.CohenKappa/inst/rkward/rk.CohenKappa.pluginmap 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/inst/rkward/rk.CohenKappa.pluginmap 2013-04-04 19:44:27 UTC (rev 4669)
@@ -15,8 +15,8 @@
name="rk.CohenKappa"
shortinfo="RKWard GUI to calculate Cohen's Kappa"
longinfo="RKWard GUI to calculate Cohen's Kappa, i.e., the agreement of two raters (using the psych package)"
- version="0.01-4"
- releasedate="2013-02-24"
+ version="0.01-5"
+ releasedate="2013-04-04"
url="http://rkward.sf.net"
license="GPL (>= 3)"
>
@@ -27,11 +27,6 @@
role="aut, cre"
/>
</about>
- <!--
- <require
- file="path/file.pluginmap"
- />
- -->
<components>
<component
id="cmp_CohensKappaCohensKappa"
@@ -49,12 +44,4 @@
<entry component="cmp_CohensKappaCohensKappa" />
</menu>
</hierarchy>
- <!--
- <context id="x11">
- </context>
- -->
- <!--
- <context id="import">
- </context>
- -->
</document>
Modified: branches/external_plugins/rk.CohenKappa/inst/rkward/rkwarddev_plugin_script_kappa.R
===================================================================
--- branches/external_plugins/rk.CohenKappa/inst/rkward/rkwarddev_plugin_script_kappa.R 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/inst/rkward/rkwarddev_plugin_script_kappa.R 2013-04-04 19:44:27 UTC (rev 4669)
@@ -18,7 +18,7 @@
person(given="Meik", family="Michalke",
email="meik.michalke at hhu.de", role=c("aut","cre"))),
about=list(desc="RKWard GUI to calculate Cohen's Kappa",
- version="0.01-4", url="http://rkward.sf.net", long.desc="RKWard GUI to calculate Cohen's Kappa, i.e., the agreement of two raters (using the psych package)")
+ version="0.01-5", url="http://rkward.sf.net", long.desc="RKWard GUI to calculate Cohen's Kappa, i.e., the agreement of two raters (using the psych package)")
)
dependencies.info <- rk.XML.dependencies(
dependencies=list(rkward.min=ifelse(isTRUE(guess.getter), "0.6.0", "0.5.6")),
Modified: branches/external_plugins/rk.CohenKappa/man/rk.CohenKappa-package.Rd
===================================================================
--- branches/external_plugins/rk.CohenKappa/man/rk.CohenKappa-package.Rd 2013-04-04 19:43:53 UTC (rev 4668)
+++ branches/external_plugins/rk.CohenKappa/man/rk.CohenKappa-package.Rd 2013-04-04 19:44:27 UTC (rev 4669)
@@ -8,8 +8,8 @@
}
\details{
\tabular{ll}{ Package: \tab rk.CohenKappa\cr Type: \tab
- Package\cr Version: \tab 0.01-4\cr Date: \tab
- 2013-02-24\cr Depends: \tab rkward (>= 0.5.6)\cr
+ Package\cr Version: \tab 0.01-5\cr Date: \tab
+ 2013-04-04\cr Depends: \tab rkward (>= 0.5.6)\cr
Enhances: \tab rkward\cr License: \tab GPL (>= 3)\cr
LazyLoad: \tab yes\cr URL: \tab http://rkward.sf.net\cr }
More information about the rkward-tracker
mailing list