Mercurial > repos > brenninc > test_r_cairo_27aug2015
diff r_info.xml @ 0:07d42414fcee draft
Uploaded
| author | brenninc |
|---|---|
| date | Thu, 27 Aug 2015 11:19:53 -0400 |
| parents | |
| children | 77f3bd0e4153 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/r_info.xml Thu Aug 27 11:19:53 2015 -0400 @@ -0,0 +1,30 @@ +<tool id="brenninc_r_test" name="r_test" version="0.1.beta"> + <requirements> + <requirement type="package" version="3.2.1">R</requirement> + <requirement type="package" version="0.0.2">R_cairo</requirement> + <requirement type="package" version="1.12.14">cairo</requirement> + </requirements> + <description>Lists packages installed into R</description> + <stdio> + <exit_code range="1" level="fatal" description="Error code 1 occurred" /> + <exit_code range="2:255" level="fatal" description="Unknown error occurred" /> + </stdio> + <command interpreter="bash"> + r_info.sh $__tool_directory__/packages.R $packages + </command> + <outputs> + <data format="txt" name="packages" label="R Session Info"/> + </outputs> + + <tests> + </tests> + + <help> +<![CDATA[ +This is a verification tool to see exactly which R this galaxy server is using. + +It will outout the R version info and the R packages installed. + ]]> + </help> + +</tool>
