Skip to content
Snippets Groups Projects
Commit 657d33f0 authored by jlthomps's avatar jlthomps
Browse files

modified install instructions

parent b8a87c30
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ Package Installation ...@@ -41,7 +41,7 @@ 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: 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:
install.packages(c("zoo","XML","RCurl","plyr","reshape2")) install.packages(c("zoo","XML","RCurl","plyr","reshape2"))
install.packages("dataRetrieval", repos="http://usgs-r.github.com") install.packages("dataRetrieval", repos="http://usgs-r.github.com",type="both")
Background Information Background Information
...@@ -61,7 +61,7 @@ The manual available here assumes that the user understands the concepts underly ...@@ -61,7 +61,7 @@ The manual available here assumes that the user understands the concepts underly
[dataRetrieval vignette](https://github.com/USGS-R/EGRET/raw/Documentation/dataRetrieval.pdf) (pdf) [dataRetrieval vignette](https://github.com/USGS-R/EGRET/raw/Documentation/dataRetrieval.pdf) (pdf)
[EGRET User Guide](https://github.com/USGS-R/EGRET/raw/Documentation/EGRETmanual_5.pdf) (pdf) [EGRET User Guide](https://github.com/USGS-R/EGRET/raw/Documentation/draft+user+guide+for+EGRET+and+dataRetrieval+2014-04-14.pdf) (pdf)
[EGRET vignette](https://github.com/USGS-R/EGRET/raw/Documentation/EGRET.pdf) (Word Document) [EGRET vignette](https://github.com/USGS-R/EGRET/raw/Documentation/EGRET.pdf) (Word Document)
......
...@@ -890,7 +890,7 @@ Before installing dataRetrieval, a number of packages upon which dataRetrieval d ...@@ -890,7 +890,7 @@ Before installing dataRetrieval, a number of packages upon which dataRetrieval d
<<installFromCran,eval = FALSE>>= <<installFromCran,eval = FALSE>>=
install.packages(c("zoo","XML","RCurl","plyr")) install.packages(c("zoo","XML","RCurl","plyr"))
install.packages("dataRetrieval", repos="http://usgs-r.github.com") install.packages("dataRetrieval", repos="http://usgs-r.github.com",type="both")
@ @
It is a good idea to re-start R after installing the package, especially if installing an updated version. Some users have found it necessary to delete the previous version's package folder before installing newer version of dataRetrieval. If you are experiencing issues after updating a package, trying deleting the package folder - the default location for Windows is something like: It is a good idea to re-start R after installing the package, especially if installing an updated version. Some users have found it necessary to delete the previous version's package folder before installing newer version of dataRetrieval. If you are experiencing issues after updating a package, trying deleting the package folder - the default location for Windows is something like:
......
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