changeset 127:0b3bad5a8968 draft

Uploaded
author mzytnicki
date Wed, 24 Apr 2013 09:38:17 -0400
parents e15f34a94562
children e49f0aa219f8
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:33:40 2013 -0400
+++ b/tool_dependencies.xml	Wed Apr 24 09:38:17 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", c("."), repos = c("http://cran.rstudio.com/"), dependencies = TRUE)}'</action>
 			</actions>
 		</install>
 		<readme>