[rkward-cvs] SF.net SVN: rkward:[3652] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted

m-eik at users.sourceforge.net m-eik at users.sourceforge.net
Mon May 30 18:53:22 UTC 2011


Revision: 3652
          http://rkward.svn.sourceforge.net/rkward/?rev=3652&view=rev
Author:   m-eik
Date:     2011-05-30 18:53:22 +0000 (Mon, 30 May 2011)

Log Message:
-----------
updated the annex to recent state of development

Modified Paths:
--------------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex	2011-05-30 18:31:47 UTC (rev 3651)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex	2011-05-30 18:53:22 UTC (rev 3652)
@@ -24,7 +24,7 @@
 portable and extensible \proglang{R} interface for both
 basic and advanced statistical and graphical analysis. This supplement discusses 
 in detail technical aspects of \pkg{RKWard} including the usage of the \pkg{KDE}/\pkg{Qt} software libraries which are the base of \pkg{RKWard}.
-Statistical procedures and plots are implemented extendable plugin architecture in \pkg{RKWard}. 
+Statistical procedures and plots are implemented as an extendable plugin architecture in \pkg{RKWard}. 
 This plugin architechture is based on \proglang{ECMAScript} (\proglang{JavaScript}), \proglang{R}, and XML. The general 
 design is described and its application is exemplified on a t-test.
 \newline

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex	2011-05-30 18:31:47 UTC (rev 3651)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex	2011-05-30 18:53:22 UTC (rev 3652)
@@ -376,20 +376,17 @@
 allowed to be made visible by default, by moving it to an appropriate plugin
 map.
 
-The current development version adds support for downloading additional sets of
-plugins, which are neither officially included nor supported by the
+With the release of version 0.5.5, \pkg{RKWard} gained support for downloading additional sets
+of plugins, which are neither officially included nor supported by the
 \pkg{RKWard} developers, from the internet.
 
 \subsubsection{Automated testing}
 \label{sec:technical_processes_automatedtesting}
 A second requirement for new plugins is that each plugin must be accompanied by
 at least one automated test. The automated testing framework in \pkg{RKWard} consists
-of a set of \proglang{R} scripts which allow to run a plugin with specific GUI settings,
-automatically\footnote{
-  In the current development version, the scripts have been converted into a proper
-  \proglang{R} package.
-}. The resulting \proglang{R} code, \proglang{R} messages, and output are then compared
-to a defined standard. Automated tests are run routinely after changes in the
+of an \proglang{R} package, \pkg{rkwardtests}, providing a set of \proglang{R} functions which allow to run a
+plugin with specific GUI settings, automatically. The resulting \proglang{R} code, \proglang{R} messages, and
+output are then compared to a defined standard. Automated tests are run routinely after changes in the
 plugin infrastructure, and before any new release.
 
 The automated testing framework is also useful in testing some aspects of the


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list