changeset 3:d7e3814be68e draft default tip

Uploaded
author moheydarian
date Mon, 13 Mar 2017 11:00:51 -0400
parents 29110e59067f
children
files cast.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cast.xml	Mon Mar 13 11:00:31 2017 -0400
+++ b/cast.xml	Mon Mar 13 11:00:51 2017 -0400
@@ -1,5 +1,5 @@
-<tool id="cast" name="cast" version="0.0.1">
-    <description>collapse combinations of variables:values to single lines</description>
+<tool id="cast" name="cast" version="0.0.2">
+    <description>expand combinations of variables:values to columnar format</description>
     <requirements>
         <requirement type="package">r-getopt</requirement>
         <requirement type="package">r-reshape2</requirement>
@@ -25,7 +25,7 @@
     </tests>
     <help><![CDATA[
 This tool will apply the dcast function of the reshape2 R package. The input data should be in a 'long' format or molten by the melt tool. The output will be in a wide format.
-The cast function summarizes each unique variable:value combination on a single line. An example can be found here: http://www.statmethods.net/management/reshape.html. Documantation on the reshape2 package can be found here: https://cran.r-project.org/web/packages/reshape2/reshape2.pdf
+The cast function expands each unique variable:value combination on a single line to columnar format. Documantation on the reshape2 package can be found here: https://cran.r-project.org/web/packages/reshape2/reshape2.pdf
     ]]></help>
     <citations>
         <citation type="bibtex">