From 0b6a88ba90f22c4f0f608d463131c58fcf78aa4f Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Mon, 6 Oct 2014 15:26:08 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6354300..a813c346 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,9 @@ Additionally, to subscribe to an email list concerning updates to these R packag To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command: install.packages("dataRetrieval", - repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"), - dependencies=TRUE, - type="both") - + repos=c("http://usgs-r.github.com", + "http://cran.us.r-project.org"), + dependencies=TRUE) ##Version updates --------------- -- GitLab