From 43e21811518f609c52434fce2c1e806cbec50835 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Fri, 15 Feb 2013 13:15:59 -0600 Subject: [PATCH] Added warning and link to stable builds. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f91497bc..a056805f 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,13 @@ the default for a Mac: /Users/ldecicco/Library/R/2.15/library/dataRetrieval Then, re-install the package using the directions above. Moving to CRAN should solve this problem. -If you are an experienced R developer, with the devtools package and all associated LaTeX tools installed, the following command will install the dataRetrieval package directly from gitHub: +If you are an experienced R developer, with the devtools package and all associated LaTeX tools installed, the following command will install the working version of the dataRetrieval package directly from gitHub: library(devtools) install_github("dataRetrieval", "USGS-R") +Stable releases are archived on the packageBuild branch of this repository: [https://github.com/USGS-R/dataRetrieval/tree/packageBuilds](https://github.com/USGS-R/dataRetrieval/tree/packageBuilds) + Background Information ---------------------- -- GitLab