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

Update README.md

parent a190d0de
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,11 @@ Package Installation ...@@ -40,9 +40,11 @@ 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: 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","reshape2")) install.packages("dataRetrieval",
install.packages("dataRetrieval", repos="http://usgs-r.github.com",type="both") repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"),
dependencies=TRUE,
type="both")
Background Information Background Information
---------------------- ----------------------
......
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