Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed May 27, 2015
1 parent 9c23ddb commit e80b36f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ This software is provided "AS IS."
Installation
----------

install.packages(c("rloadest"),
repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"),
dependencies=TRUE)
```r
install.packages("rloadest", repos="http://owi.usgs.gov/R")
```

Alternatively, add the owi repository to your R profile, and get automatic updates:

```r
source("http://owi.usgs.gov/R/add_gran_repo.R")
install.packages("rloadest")
```

0 comments on commit e80b36f

Please sign in to comment.