# HG changeset patch # User davidvanzessen # Date 1380526465 14400 # Node ID 4d545fb017c72d6d2b72fd1e6c1de8166e191800 # Parent fb03be3fa8624b0aca8117582f0b6f2a7a2003f7 Uploaded diff -r fb03be3fa862 -r 4d545fb017c7 RScript.r --- 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)