changeset 124:34202acdb583 draft

Uploaded
author mzytnicki
date Wed, 24 Apr 2013 09:14:35 -0400
parents 454ebc43a1c7
children 5aa4baf53596
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Apr 24 09:10:42 2013 -0400
+++ b/tool_dependencies.xml	Wed Apr 24 09:14:35 2013 -0400
@@ -7,7 +7,7 @@
 		<install version="1.0">
 			<actions>
 				<action type="shell_command">R --slave --no-save --no-restore --quiet -e 'if("RColorBrewer" %in% rownames(installed.packages()) == FALSE){install.packages("RColorBrewer", repos = c("http://cran.rstudio.com/"), dependencies = TRUE)}'</action>
-				<action type="shell_command">R --slave --no-save --no-restore --quiet -e 'if("Hmisc" %in% rownames(installed.packages()) == FALSE){install.packages("Hmisc", repos = c("http://cran.rstudio.com/"), dependencies = TRUE)}'</action>
+				<action type="shell_command">R --slave --no-save --no-restore --quiet -e 'if("Hmisc" %in% rownames(installed.packages()) == FALSE){install.packages("Hmisc", repos = c("http://cran.rstudio.com/"), dependencies = TRUE)} > /tmp/dump 2>&amp;1'</action>
 			</actions>
 		</install>
 		<readme>