From e80b36fc5bdaaaba30583025b364202bec5fdc9d Mon Sep 17 00:00:00 2001 From: Laura DeCicco Date: Wed, 27 May 2015 13:22:11 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8257ec..ee42c6a 100644 --- a/README.md +++ b/README.md @@ -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") +```