From 9bc0e127f6a66f8337a5a6ebb5608b576212dbbb Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Wed, 8 Apr 2015 14:52:10 -0500 Subject: [PATCH] Moving stuff around. --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6967e8ba..69d309a3 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ `dataRetrieval` ============= -Linux: [](https://travis-ci.org/USGS-R/dataRetrieval) - -Windows: [](https://ci.appveyor.com/project/ldecicco-USGS/dataretrieval-787) - - Retrieval functions for USGS and EPA hydrologic and water quality data. A fairly large overhaul of the functions was done on November 31, 2014. Feedback from initial users was incorporated. For questions, bug reports, and suggestions please create an Issue here: [dataRetrieval Issues page](https://github.com/USGS-R/dataRetrieval/issues) +Linux: [](https://travis-ci.org/USGS-R/dataRetrieval) + +Windows: [](https://ci.appveyor.com/project/ldecicco-USGS/dataretrieval-787) + +##Package Installation +To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command: +```R + install.packages("dataRetrieval") +``` ## Function Overview @@ -49,14 +53,6 @@ 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 -To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command: -```R - install.packages("dataRetrieval") -``` - ##Latest Version Updates --------------- ###dataRetrieval 2.2.0 -- GitLab