diff --git a/README.md b/README.md index c635430067c239ce8cad60336178720807ce6db1..a813c346ccdd432b4569e80e4f9e2a42de2a37a2 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 ---------------