changeset 22:4d545fb017c7 draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 03:34:25 -0400
parents fb03be3fa862
children 294cb9f3563d
files RScript.r
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Mon Sep 30 03:32:49 2013 -0400
+++ b/RScript.r	Mon Sep 30 03:34:25 2013 -0400
@@ -5,12 +5,12 @@
 inFile = args[1]
 outFile = args[2]
 
-install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") 
-library (gridExtra)
-install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") 
-require(ggplot2)
-install.packages("plyr", repos="http://cran.xl-mirror.nl/") 		
-require(plyr)
+#install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") 
+#library (gridExtra)
+#install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") 
+#require(ggplot2)
+#install.packages("plyr", repos="http://cran.xl-mirror.nl/") 		
+#require(plyr)
 
 test = read.table(inFile, sep="\t", header=TRUE)