We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37edc35 + e80b36f commit 4afdcc0Copy full SHA for 4afdcc0
README.md
@@ -14,12 +14,13 @@ This software is provided "AS IS."
14
Installation
15
----------
16
17
-```R
18
-install.packages("rloadest",
19
- repos=c("http://owi.usgs.gov/R",
20
- "http://cran.us.r-project.org"),
21
- dependencies = TRUE)
+```r
+install.packages("rloadest", repos="http://owi.usgs.gov/R")
22
```
23
24
-Linux: [](https://travis-ci.org/USGS-R/rloadest)
+Alternatively, add the owi repository to your R profile, and get automatic updates:
25
+source("http://owi.usgs.gov/R/add_gran_repo.R")
+install.packages("rloadest")
26
+```
0 commit comments