From 005b3bed496058afb09c0fd37130f7c377d90e79 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Wed, 4 Sep 2013 14:19:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a682e5..716be978 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)) + install.packages(c("zoo","XML","RCurl","plyr")) install.packages("dataRetrieval", repos="http://usgs-r.github.com") -- GitLab