Skip to content

Commit 4afdcc0

Browse files
committed
updated Readme
2 parents 37edc35 + e80b36f commit 4afdcc0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ This software is provided "AS IS."
1414
Installation
1515
----------
1616

17-
```R
18-
install.packages("rloadest",
19-
repos=c("http://owi.usgs.gov/R",
20-
"http://cran.us.r-project.org"),
21-
dependencies = TRUE)
17+
```r
18+
install.packages("rloadest", repos="http://owi.usgs.gov/R")
2219
```
2320

24-
Linux: [![travis](https://travis-ci.org/USGS-R/rloadest.svg?branch=master)](https://travis-ci.org/USGS-R/rloadest)
21+
Alternatively, add the owi repository to your R profile, and get automatic updates:
2522

23+
```r
24+
source("http://owi.usgs.gov/R/add_gran_repo.R")
25+
install.packages("rloadest")
26+
```

0 commit comments

Comments
 (0)