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

Merge branch 'master' of github.com:USGS-R/dataRetrieval

parents e8595dc6 b09af2cb
No related branches found
Tags 0.4.1
No related merge requests found
...@@ -38,10 +38,10 @@ Additionally, to subscribe to an email list concerning updates to these R packag ...@@ -38,10 +38,10 @@ Additionally, to subscribe to an email list concerning updates to these R packag
Package Installation 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: 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))
install.packages("dataRetrieval", repos="http://usgs-r.github.com", type="source") install.packages("dataRetrieval", repos="http://usgs-r.github.com")
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