# HG changeset patch # User davidvanzessen # Date 1380269591 14400 # Node ID 659c2fe7f9ef25254f627ef554bcd20e4a584f9f # Parent 103006a5388862bdb5322cff14d8d773b72993b5 Uploaded diff -r 103006a53888 -r 659c2fe7f9ef RScript.r --- a/RScript.r Fri Sep 27 03:17:48 2013 -0400 +++ b/RScript.r Fri Sep 27 04:13:11 2013 -0400 @@ -5,11 +5,11 @@ inFile = args[1] outFile = args[2] -install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") +#install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") library (gridExtra) -install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") +#install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") require(ggplot2) -install.packages("plyr", repos="http://cran.xl-mirror.nl/") +#install.packages("plyr", repos="http://cran.xl-mirror.nl/") require(plyr) test = read.table(inFile, sep="\t", header=TRUE)