From a8943ef66ba31f842c75917483f791c0b224998c Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Thu, 9 Jan 2014 14:07:49 -0600
Subject: [PATCH] Update README.md

Added reshape2 to the required packages.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 716be978..23cad780 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Package Installation
 ---------------------------------
 While the dataRetreival package is in development (and not on CRAN), the zoo package must first be manually installed. To install the dataRetrieval package, you must be using R 3.0 or greater and run the following commands:
 
-	install.packages(c("zoo","XML","RCurl","plyr"))
+	install.packages(c("zoo","XML","RCurl","plyr","reshape2"))
 	install.packages("dataRetrieval", repos="http://usgs-r.github.com")
 	
 
-- 
GitLab