changeset 3:dbd447fcd3e4 draft default tip

Uploaded
author devteam
date Thu, 22 Jan 2015 11:06:00 -0500
parents a82906f0d34d
children
files heatmap/tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/heatmap/tool_dependencies.xml	Thu Jan 22 11:05:33 2015 -0500
+++ b/heatmap/tool_dependencies.xml	Thu Jan 22 11:06:00 2015 -0500
@@ -1,21 +1,9 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <set_environment version="1.0">
-        <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
+        <environment_variable action="set_to" name="R_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
     </set_environment>
     <package name="R" version="2.15.0">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.0.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make</action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>
-You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R.
-        </readme>
+        <repository changeset_revision="6c34eaa82fed" name="package_r_2_15_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>