changeset 89:5bf6f040d924 draft

Uploaded
author mzytnicki
date Tue, 23 Apr 2013 09:55:51 -0400
parents 49a2b705c9f6
children 51d75f5f4964
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Apr 23 09:39:29 2013 -0400
+++ b/tool_dependencies.xml	Tue Apr 23 09:55:51 2013 -0400
@@ -1,14 +1,11 @@
 <?xml version="1.0"?>
 <tool_dependency>
-	<package name="s_mart" version="">
+	<package name="s_mart" version="1.0.0">
 		<install version="1.0">
 			<actions>
 				<action type="set_environment">
 					<environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable>
-					<environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/s_mart</environment_variable>
 				</action>
-				<action type="shell_command">echo 'install.packages("RColorBrewer", repos = "http://cran.us.r-project.org", dependencies = TRUE)' | R CMD BATCH</action>
-				<action type="shell_command">echo 'install.packages("Hmisc", repos = "http://cran.us.r-project.org", dependencies = TRUE)' | R CMD BATCH</action>
 			</actions>
 		</install>
 	</package>