[rkward-cvs] SF.net SVN: rkward-code:[4667] branches/external_plugins/rk.ANOVA

m-eik at users.sf.net m-eik at users.sf.net
Thu Apr 4 19:43:11 UTC 2013


Revision: 4667
          http://sourceforge.net/p/rkward/code/4667
Author:   m-eik
Date:     2013-04-04 19:43:10 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
debianizing the plugin and fixing the inclusion error -- more plugins to come ;-)

Modified Paths:
--------------
    branches/external_plugins/rk.ANOVA/ChangeLog
    branches/external_plugins/rk.ANOVA/DESCRIPTION
    branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R
    branches/external_plugins/rk.ANOVA/inst/CITATION
    branches/external_plugins/rk.ANOVA/inst/NEWS.Rd
    branches/external_plugins/rk.ANOVA/inst/rkward/plugins/ANOVA.xml
    branches/external_plugins/rk.ANOVA/inst/rkward/rk.ANOVA.pluginmap
    branches/external_plugins/rk.ANOVA/inst/rkward/rkwarddev_ANOVA_plugin_script.R
    branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd

Added Paths:
-----------
    branches/external_plugins/rk.ANOVA/debian/
    branches/external_plugins/rk.ANOVA/debian/changelog
    branches/external_plugins/rk.ANOVA/debian/compat
    branches/external_plugins/rk.ANOVA/debian/control
    branches/external_plugins/rk.ANOVA/debian/copyright
    branches/external_plugins/rk.ANOVA/debian/rules
    branches/external_plugins/rk.ANOVA/debian/source/
    branches/external_plugins/rk.ANOVA/debian/source/format

Modified: branches/external_plugins/rk.ANOVA/ChangeLog
===================================================================
--- branches/external_plugins/rk.ANOVA/ChangeLog	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/ChangeLog	2013-04-04 19:43:10 UTC (rev 4667)
@@ -1,5 +1,11 @@
 ChangeLog for package rk.ANOVA
 
+changes in version 0.01-16 (2013-04-04)
+added:
+  - debianized the plugin
+fixed:
+  - removed erroneous pluginmap inclusions from XML files
+
 changes in version 0.01-15 (2013-02-21)
 changed:
   - updated rkwarddev generator script (compatibility with 0.06-2) and regenerated plugin code

Modified: branches/external_plugins/rk.ANOVA/DESCRIPTION
===================================================================
--- branches/external_plugins/rk.ANOVA/DESCRIPTION	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/DESCRIPTION	2013-04-04 19:43:10 UTC (rev 4667)
@@ -2,8 +2,8 @@
 Type: Package
 Title: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests
     and plot interactions.
-Version: 0.01-15
-Date: 2013-02-21
+Version: 0.01-16
+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.ANOVA/R/rk.ANOVA-package.R
===================================================================
--- branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R	2013-04-04 19:43:10 UTC (rev 4667)
@@ -3,9 +3,9 @@
 #' \tabular{ll}{
 #' Package: \tab rk.ANOVA\cr
 #' Type: \tab Package\cr
-#' Version: \tab 0.01-15\cr
-#' Date: \tab 2013-02-21\cr
-#' Depends: \tab rkward (>= 0.5.6)\cr
+#' Version: \tab 0.01-16\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

Added: branches/external_plugins/rk.ANOVA/debian/changelog
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/changelog	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/changelog	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1,6 @@
+r-other-rkward-rk-anova (0.01-16-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de>  Wed, 03 Apr 2013 19:07:49 +0000
+

Added: branches/external_plugins/rk.ANOVA/debian/compat
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/compat	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/compat	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1 @@
+7 

Added: branches/external_plugins/rk.ANOVA/debian/control
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/control	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/control	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1,14 @@
+Source: r-other-rkward-rk-anova
+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-anova
+Architecture: all
+Section: math
+Depends: r-base (>= 2.15.0), rkward (>= 0.5.6)
+Description: GNU R package: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.
+Homepage: http://rkward.sf.net

Added: branches/external_plugins/rk.ANOVA/debian/copyright
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/copyright	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/copyright	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1,18 @@
+The R library rk.ANOVA 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.ANOVA' to
+'r-other-rkward-rk-anova' in harmony with the R packaging policy to indicate
+that the package is external to the CRAN or BioC repositories.
+
+rk.ANOVA 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.ANOVA/debian/rules
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/rules	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/rules	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+#								-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-other-rkward-rk-anova 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.ANOVA/debian/rules
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: branches/external_plugins/rk.ANOVA/debian/source/format
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/source/format	                        (rev 0)
+++ branches/external_plugins/rk.ANOVA/debian/source/format	2013-04-04 19:43:10 UTC (rev 4667)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: branches/external_plugins/rk.ANOVA/inst/CITATION
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/CITATION	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/inst/CITATION	2013-04-04 19:43:10 UTC (rev 4667)
@@ -2,12 +2,12 @@
 		title="rk.ANOVA: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.",
 		author="Meik Michalke",
 		year="2013",
-		note="(Version 0.01-15)",
+		note="(Version 0.01-16)",
 		url="http://rkward.sf.net",
 
 		textVersion =
 		paste("Michalke, M. (2013). ",
-				"rk.ANOVA: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions. (Version 0.01-15). ",
+				"rk.ANOVA: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions. (Version 0.01-16). ",
 				"Available from http://rkward.sf.net",
 				sep=""),
 

Modified: branches/external_plugins/rk.ANOVA/inst/NEWS.Rd
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/NEWS.Rd	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/inst/NEWS.Rd	2013-04-04 19:43:10 UTC (rev 4667)
@@ -1,5 +1,17 @@
 \name{NEWS}
 \title{News for Package 'rk.ANOVA'}
+\section{Changes in rk.ANOVA version 0.01-16 (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.ANOVA version 0.01-15 (2013-02-21)}{
   \subsection{changed}{
     \itemize{

Modified: branches/external_plugins/rk.ANOVA/inst/rkward/plugins/ANOVA.xml
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/rkward/plugins/ANOVA.xml	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/inst/rkward/plugins/ANOVA.xml	2013-04-04 19:43:10 UTC (rev 4667)
@@ -4,7 +4,6 @@
 			perhaps don't make changes here, but in the rkwarddev script instead! -->
 	<code file="ANOVA.js" />
 	<help file="ANOVA.rkh" />
-	<include file="../rk.ANOVA.pluginmap" />
 	<logic>
 		<connect governor="current_object" client="vrsl_Dtmstbdt.available" />
 		<connect governor="vrsl_Dtmstbdt.available" client="vrs_Selectdt.root" />

Modified: branches/external_plugins/rk.ANOVA/inst/rkward/rk.ANOVA.pluginmap
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/rkward/rk.ANOVA.pluginmap	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/inst/rkward/rk.ANOVA.pluginmap	2013-04-04 19:43:10 UTC (rev 4667)
@@ -16,8 +16,8 @@
 		name="rk.ANOVA"
 		shortinfo="RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions."
 		longinfo="RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions."
-		version="0.01-15"
-		releasedate="2013-02-21"
+		version="0.01-16"
+		releasedate="2013-04-04"
 		url="http://rkward.sf.net"
 		license="GPL (>= 3)"
 	>
@@ -28,11 +28,6 @@
 			role="aut, cre"
 		 />
 	</about>
-	<!-- 
-		<require 
-				file="path/file.pluginmap"
-			 /> 
-	-->
 	<components>
 		<component 
 			id="cmp_ANOVAPairwisetTests"
@@ -109,12 +104,4 @@
 			</menu>
 		</menu>
 	</hierarchy>
-	<!-- 
-		<context id="x11">
-			</context> 
-	-->
-	<!-- 
-		<context id="import">
-			</context> 
-	-->
 </document>

Modified: branches/external_plugins/rk.ANOVA/inst/rkward/rkwarddev_ANOVA_plugin_script.R
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/rkward/rkwarddev_ANOVA_plugin_script.R	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/inst/rkward/rkwarddev_ANOVA_plugin_script.R	2013-04-04 19:43:10 UTC (rev 4667)
@@ -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 conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.",
-		version="0.01-15", url="http://rkward.sf.net")
+		version="0.01-16", url="http://rkward.sf.net")
 	)
 dependencies.info <- rk.XML.dependencies(
 	dependencies=list(rkward.min=ifelse(isTRUE(guess.getter), "0.6.0", "0.5.6")),
@@ -479,7 +479,7 @@
 	overwrite=overwrite,
 	tests=FALSE,
 #	edit=TRUE,
-	load=TRUE,
+#	load=TRUE,
 #	show=TRUE,
 	hints=FALSE)
 })

Modified: branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd
===================================================================
--- branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd	2013-04-04 18:20:47 UTC (rev 4666)
+++ branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd	2013-04-04 19:43:10 UTC (rev 4667)
@@ -9,8 +9,8 @@
 }
 \details{
   \tabular{ll}{ Package: \tab rk.ANOVA\cr Type: \tab
-  Package\cr Version: \tab 0.01-15\cr Date: \tab
-  2013-02-21\cr Depends: \tab rkward (>= 0.5.6)\cr
+  Package\cr Version: \tab 0.01-16\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