Skip to content
Snippets Groups Projects
Commit 3adf6262 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Merge pull request #22 from ldecicco-USGS/master

Updated readme.
parents 0c398850 25105d75
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,12 @@ egret_comments@usgs.gov ...@@ -23,12 +23,12 @@ egret_comments@usgs.gov
Additionally, to subscribe to an email list concerning updates to these R packages, please send a request to egret_comments@usgs.gov. Additionally, to subscribe to an email list concerning updates to these R packages, please send a request to egret_comments@usgs.gov.
##Package Installation ##Package Installation
While the dataRetreival package is in development (and not on CRAN), the zoo package must first be manually installed. To install the dataRetrieval package, you must be using R 3.0 or greater and run the following commands: To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command:
install.packages("dataRetrieval", install.packages("dataRetrieval",
repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"), repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"),
dependencies=TRUE, dependencies=TRUE,
type="both") type="both")
##Version updates ##Version updates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment