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

Merge pull request #118 from ldecicco-USGS/master

Readme update
parents 9b02ff35 dc69aa07
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,14 @@ Windows: [![Build status](https://ci.appveyor.com/api/projects/status/msanha92b5
##Package Installation
To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command:
```R
install.packages("dataRetrieval")
install.packages("dataRetrieval")
```
To get inter-CRAN release updates, use the command:
```r
install.packages("dataRetrieval",repos="http://owi.usgs.gov/R")
```
## Function Overview
......
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