From 657d33f0667b65fff4f340ab7ba67e9439bcb9ea Mon Sep 17 00:00:00 2001 From: jlthomps <jlthomps@usgs.gov> Date: Wed, 23 Apr 2014 21:18:59 -0500 Subject: [PATCH] modified install instructions --- README.md | 4 ++-- vignettes/dataRetrieval.Rnw | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23cad780..ab6d860f 100644 --- a/README.md +++ b/README.md @@ -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: 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 @@ -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) -[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) diff --git a/vignettes/dataRetrieval.Rnw b/vignettes/dataRetrieval.Rnw index a9d44b13..9044cd9f 100644 --- a/vignettes/dataRetrieval.Rnw +++ b/vignettes/dataRetrieval.Rnw @@ -890,7 +890,7 @@ Before installing dataRetrieval, a number of packages upon which dataRetrieval d <<installFromCran,eval = FALSE>>= 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: -- GitLab