[rkward-cvs] SF.net SVN: rkward-code:[4874] branches/external_plugins/rk.power
m-eik at users.sf.net
m-eik at users.sf.net
Sat Oct 4 22:36:05 UTC 2014
Revision: 4874
http://sourceforge.net/p/rkward/code/4874
Author: m-eik
Date: 2014-10-04 22:36:02 +0000 (Sat, 04 Oct 2014)
Log Message:
-----------
last bits for a first release of rk.power plugin
Modified Paths:
--------------
branches/external_plugins/rk.power/DESCRIPTION
branches/external_plugins/rk.power/NAMESPACE
Added Paths:
-----------
branches/external_plugins/rk.power/R/rk.power-package.R
branches/external_plugins/rk.power/debian/
branches/external_plugins/rk.power/debian/changelog
branches/external_plugins/rk.power/debian/compat
branches/external_plugins/rk.power/debian/control
branches/external_plugins/rk.power/debian/copyright
branches/external_plugins/rk.power/debian/rules
branches/external_plugins/rk.power/debian/source/
branches/external_plugins/rk.power/debian/source/format
branches/external_plugins/rk.power/inst/CITATION
branches/external_plugins/rk.power/man/
branches/external_plugins/rk.power/man/rk.power-package.Rd
Modified: branches/external_plugins/rk.power/DESCRIPTION
===================================================================
--- branches/external_plugins/rk.power/DESCRIPTION 2014-10-04 22:26:36 UTC (rev 4873)
+++ branches/external_plugins/rk.power/DESCRIPTION 2014-10-04 22:36:02 UTC (rev 4874)
@@ -5,10 +5,12 @@
Date: 2014-10-05
Author: Meik Michalke <meik.michalke at hhu.de>
Maintainer: Meik Michalke <meik.michalke at hhu.de>
-Depends: rkward (>= 0.5.6)
+Depends:
+ rkward (>= 0.5.6)
Enhances: rkward
Description: RKWard GUI to perform power analysis and sample size estimation.
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.power/NAMESPACE
===================================================================
--- branches/external_plugins/rk.power/NAMESPACE 2014-10-04 22:26:36 UTC (rev 4873)
+++ branches/external_plugins/rk.power/NAMESPACE 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,2 @@
+# Generated by roxygen2 (4.0.1): do not edit by hand
+
Added: branches/external_plugins/rk.power/R/rk.power-package.R
===================================================================
--- branches/external_plugins/rk.power/R/rk.power-package.R (rev 0)
+++ branches/external_plugins/rk.power/R/rk.power-package.R 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,23 @@
+#' RKWard GUI to perform power analysis and sample size estimation..
+#'
+#' \tabular{ll}{
+#' Package: \tab rk.power\cr
+#' Type: \tab Package\cr
+#' Version: \tab 0.01-1\cr
+#' Date: \tab 2014-10-05\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 perform power analysis and sample size estimation.
+#'
+#' @aliases rk.power-package
+#' @name rk.power-package
+#' @docType package
+#' @title The rk.power Package
+#' @author Meik Michalke
+#' @keywords package
+NULL
Added: branches/external_plugins/rk.power/debian/changelog
===================================================================
--- branches/external_plugins/rk.power/debian/changelog (rev 0)
+++ branches/external_plugins/rk.power/debian/changelog 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,6 @@
+r-other-rkward-rk.power (0.01-1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- m.eik michalke <meik.michalke at hhu.de> Sun, 05 Oct 2014 00:28:23 +0200
+
Added: branches/external_plugins/rk.power/debian/compat
===================================================================
--- branches/external_plugins/rk.power/debian/compat (rev 0)
+++ branches/external_plugins/rk.power/debian/compat 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1 @@
+7
Added: branches/external_plugins/rk.power/debian/control
===================================================================
--- branches/external_plugins/rk.power/debian/control (rev 0)
+++ branches/external_plugins/rk.power/debian/control 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,15 @@
+Source: r-other-rkward-rk.power
+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.power
+Architecture: all
+Section: math
+Depends: r-base (>= 2.15.0), rkward (>= 0.5.6)
+Description: GNU R package: RKWard GUI to perform power analysis and sample size estimation.
+Homepage: http://rkward.sf.net
+Suggests:
Added: branches/external_plugins/rk.power/debian/copyright
===================================================================
--- branches/external_plugins/rk.power/debian/copyright (rev 0)
+++ branches/external_plugins/rk.power/debian/copyright 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,18 @@
+The R library rk.power was originally written and is maintained by Meik 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.power' to
+'r-other-rkward-rk.power' in harmony with the R packaging policy to indicate
+that the package is external to the CRAN or BioC repositories.
+
+rk.power 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
+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.power/debian/rules
===================================================================
--- branches/external_plugins/rk.power/debian/rules (rev 0)
+++ branches/external_plugins/rk.power/debian/rules 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-other-rkward-rk.power package
+# Copyright 2014 by m.eik michalke <meik.michalke at hhu.de>
+
+debRreposname := other-rkward
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: branches/external_plugins/rk.power/debian/rules
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: branches/external_plugins/rk.power/debian/source/format
===================================================================
--- branches/external_plugins/rk.power/debian/source/format (rev 0)
+++ branches/external_plugins/rk.power/debian/source/format 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: branches/external_plugins/rk.power/inst/CITATION
===================================================================
--- branches/external_plugins/rk.power/inst/CITATION (rev 0)
+++ branches/external_plugins/rk.power/inst/CITATION 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,14 @@
+bibentry("Manual",
+ title="rk.power: RKWard GUI to perform power analysis and sample size estimation.",
+ author="Meik Michalke",
+ year="2014",
+ note="(Version 0.01-1)",
+ url="http://rkward.sf.net",
+
+ textVersion =
+ paste("Michalke, M. (2014). ",
+ "rk.power: RKWard GUI to perform power analysis and sample size estimation. (Version 0.01-1). ",
+ "Available from http://rkward.sf.net",
+ sep=""),
+
+ mheader = "To cite rk.power in publications use:")
Added: branches/external_plugins/rk.power/man/rk.power-package.Rd
===================================================================
--- branches/external_plugins/rk.power/man/rk.power-package.Rd (rev 0)
+++ branches/external_plugins/rk.power/man/rk.power-package.Rd 2014-10-04 22:36:02 UTC (rev 4874)
@@ -0,0 +1,28 @@
+% Generated by roxygen2 (4.0.1): do not edit by hand
+\docType{package}
+\name{rk.power-package}
+\alias{rk.power-package}
+\title{The rk.power Package}
+\description{
+RKWard GUI to perform power analysis and sample size estimation..
+}
+\details{
+\tabular{ll}{
+Package: \tab rk.power\cr
+Type: \tab Package\cr
+Version: \tab 0.01-1\cr
+Date: \tab 2014-10-05\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 perform power analysis and sample size estimation.
+}
+\author{
+Meik Michalke
+}
+\keyword{package}
+
More information about the rkward-tracker
mailing list