Skip to content

Commit

Permalink
updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenz-usgs committed Jul 20, 2015
2 parents 37edc35 + e80b36f commit 4afdcc0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ This software is provided "AS IS."
Installation
----------

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

Linux: [![travis](https://travis-ci.org/USGS-R/rloadest.svg?branch=master)](https://travis-ci.org/USGS-R/rloadest)
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 4afdcc0

Please sign in to comment.