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

m-eik at users.sf.net m-eik at users.sf.net
Sun Sep 14 21:47:31 UTC 2014


Revision: 4818
          http://sourceforge.net/p/rkward/code/4818
Author:   m-eik
Date:     2014-09-14 21:47:27 +0000 (Sun, 14 Sep 2014)
Log Message:
-----------
rk.ANOVA: package built and put in repo for testing

Modified Paths:
--------------
    branches/external_plugins/rk.ANOVA/ChangeLog
    branches/external_plugins/rk.ANOVA/DESCRIPTION
    branches/external_plugins/rk.ANOVA/NAMESPACE
    branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R
    branches/external_plugins/rk.ANOVA/debian/changelog
    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/inst/CITATION
    branches/external_plugins/rk.ANOVA/inst/NEWS.Rd
    branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd

Modified: branches/external_plugins/rk.ANOVA/ChangeLog
===================================================================
--- branches/external_plugins/rk.ANOVA/ChangeLog	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/ChangeLog	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,8 +1,8 @@
 ChangeLog for package rk.ANOVA
 
-changes in version 0.01-17 (2014-09-01)
+changes in version 0.01-18 (2014-09-14)
 added:
-  - initial german translation (not built yet)
+  - initial german translation (needs RKWard >= 0.6.1+svn4813 for automatic detection)
 
 changes in version 0.01-17 (2013-04-14)
 fixed:

Modified: branches/external_plugins/rk.ANOVA/DESCRIPTION
===================================================================
--- branches/external_plugins/rk.ANOVA/DESCRIPTION	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/DESCRIPTION	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,15 +1,21 @@
 Package: rk.ANOVA
 Type: Package
-Title: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.
+Title: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests
+    and plot interactions.
 Version: 0.01-18
 Date: 2014-09-14
 Author: Meik Michalke <meik.michalke at hhu.de>
 Maintainer: Meik Michalke <meik.michalke at hhu.de>
-Depends: rkward (>= 0.5.6)
-Suggests: ez, sciplot
+Depends:
+    rkward (>= 0.5.6)
+Suggests:
+    ez,
+    sciplot
 Enhances: rkward
-Description: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.
+Description: RKWard GUI to conduct ANOVAs (using the ez package), pairwise
+    t-Tests and plot interactions.
 License: GPL (>= 3)
 LazyLoad: yes
 URL: http://rkward.sf.net
-Authors at R: person(given="Meik", family="Michalke", email="meik.michalke at hhu.de", role=c("aut", "cre"))
+Authors at R: person(given="Meik", family="Michalke",
+    email="meik.michalke at hhu.de", role=c("aut", "cre"))

Modified: branches/external_plugins/rk.ANOVA/NAMESPACE
===================================================================
--- branches/external_plugins/rk.ANOVA/NAMESPACE	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/NAMESPACE	2014-09-14 21:47:27 UTC (rev 4818)
@@ -0,0 +1,2 @@
+# Generated by roxygen2 (4.0.1): do not edit by hand
+

Modified: branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R
===================================================================
--- branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/R/rk.ANOVA-package.R	2014-09-14 21:47:27 UTC (rev 4818)
@@ -3,8 +3,8 @@
 #' \tabular{ll}{
 #' Package: \tab rk.ANOVA\cr
 #' Type: \tab Package\cr
-#' Version: \tab 0.01-17\cr
-#' Date: \tab 2013-04-14\cr
+#' Version: \tab 0.01-18\cr
+#' Date: \tab 2014-09-14\cr
 #' Depends: \tab  rkward (>= 0.5.6)\cr
 #' Enhances: \tab rkward\cr
 #' License: \tab GPL (>= 3)\cr
@@ -14,10 +14,10 @@
 #'
 #' RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.
 #'
-#' @aliases rk.ANOVA-package rk.ANOVA
+#' @aliases rk.ANOVA-package
 #' @name rk.ANOVA-package
 #' @docType package
 #' @title The rk.ANOVA Package
-#' @author Meik Michalke \email{meik.michalke@@hhu.de}
+#' @author Meik Michalke
 #' @keywords package
 NULL

Modified: branches/external_plugins/rk.ANOVA/debian/changelog
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/changelog	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/debian/changelog	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,3 +1,9 @@
+r-other-rkward-rk.anova (0.01-18-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de>  Sun, 14 Sep 2014 23:17:58 +0200
+
 r-other-rkward-rk.anova (0.01-17-1) unstable; urgency=low
 
   * new upstream release

Modified: branches/external_plugins/rk.ANOVA/debian/control
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/control	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/debian/control	2014-09-14 21:47:27 UTC (rev 4818)
@@ -12,3 +12,4 @@
 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
+Suggests: r-cran-ez, r-cran-sciplot

Modified: branches/external_plugins/rk.ANOVA/debian/copyright
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/copyright	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/debian/copyright	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,12 +1,12 @@
-The R library rk.ANOVA was originally  written and is maintained by Meik Michalke <meik.michalke at hhu.de>.
+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>.
+This Debian package was put together by 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
+rk.ANOVA Copyright (C) 2014 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

Modified: branches/external_plugins/rk.ANOVA/debian/rules
===================================================================
--- branches/external_plugins/rk.ANOVA/debian/rules	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/debian/rules	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,12 +1,8 @@
 #!/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>
+# Copyright 2014 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

Modified: branches/external_plugins/rk.ANOVA/inst/CITATION
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/CITATION	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/inst/CITATION	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,14 +1,14 @@
 bibentry("Manual",
-		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-17)",
-		url="http://rkward.sf.net",
+    title="rk.ANOVA: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions.",
+    author="Meik Michalke",
+    year="2014",
+    note="(Version 0.01-18)",
+    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-17). ",
-				"Available from http://rkward.sf.net",
-				sep=""),
+    textVersion =
+    paste("Michalke, M. (2014). ",
+        "rk.ANOVA: RKWard GUI to conduct ANOVAs (using the ez package), pairwise t-Tests and plot interactions. (Version 0.01-18). ",
+        "Available from http://rkward.sf.net",
+        sep=""),
 
-		mheader = "To cite rk.ANOVA in publications use:")
+    mheader = "To cite rk.ANOVA in publications use:")

Modified: branches/external_plugins/rk.ANOVA/inst/NEWS.Rd
===================================================================
--- branches/external_plugins/rk.ANOVA/inst/NEWS.Rd	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/inst/NEWS.Rd	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,5 +1,12 @@
 \name{NEWS}
 \title{News for Package 'rk.ANOVA'}
+\section{Changes in rk.ANOVA version 0.01-18 (2014-09-14)}{
+  \subsection{added}{
+    \itemize{
+      \item initial german translation (needs RKWard >= 0.6.1+svn4813 for automatic detection)
+    }
+  }
+}
 \section{Changes in rk.ANOVA version 0.01-17 (2013-04-14)}{
   \subsection{fixed}{
     \itemize{

Modified: branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd
===================================================================
--- branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd	2014-09-14 21:08:27 UTC (rev 4817)
+++ branches/external_plugins/rk.ANOVA/man/rk.ANOVA-package.Rd	2014-09-14 21:47:27 UTC (rev 4818)
@@ -1,24 +1,30 @@
+% Generated by roxygen2 (4.0.1): do not edit by hand
 \docType{package}
 \name{rk.ANOVA-package}
-\alias{rk.ANOVA}
 \alias{rk.ANOVA-package}
 \title{The rk.ANOVA Package}
 \description{
-  RKWard GUI to conduct ANOVAs (using the ez package),
-  pairwise t-Tests and plot interactions..
+RKWard GUI to conduct ANOVAs (using the ez package),
+      pairwise t-Tests and plot interactions..
 }
 \details{
-  \tabular{ll}{ Package: \tab rk.ANOVA\cr Type: \tab
-  Package\cr Version: \tab 0.01-17\cr Date: \tab
-  2013-04-14\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 }
+\tabular{ll}{
+Package: \tab rk.ANOVA\cr
+Type: \tab Package\cr
+Version: \tab 0.01-18\cr
+Date: \tab 2014-09-14\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
+}
 
-  RKWard GUI to conduct ANOVAs (using the ez package),
-  pairwise t-Tests and plot interactions.
+RKWard GUI to conduct ANOVAs (using the ez package),
+      pairwise t-Tests and plot interactions.
 }
 \author{
-  Meik Michalke \email{meik.michalke at hhu.de}
+Meik Michalke
 }
 \keyword{package}
 





More information about the rkward-tracker mailing list