changeset 7:d217612b90c8 draft

Uploaded
author jeremyjliu
date Sat, 25 Oct 2014 15:07:44 -0400
parents d281fed8ec61
children 2d105db01bf2
files tool_dependencies.xml
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Oct 25 15:07:28 2014 -0400
+++ b/tool_dependencies.xml	Sat Oct 25 15:07:44 2014 -0400
@@ -1,6 +1,15 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <set_environment version="1.0">
-        <environment_variable name="MOTIF_DB_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>   
+        <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>   
     </set_environment>
+    <package name="R" version="2.15.1">
+        <install version="1.0">
+            <actions>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
 </tool_dependency>
\ No newline at end of file