Skip to content
Snippets Groups Projects
Commit a8943ef6 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Update README.md

Added reshape2 to the required packages.
parent 188aae1b
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment