From b2cc1e7d9863595f1c3fcc1e81df628c32a41e9f Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Thu, 13 Nov 2014 11:42:14 -0600
Subject: [PATCH 1/2] Changed to title case.

---
 DESCRIPTION | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index e5872bcb..daad7d5a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: dataRetrieval
 Type: Package
-Title: Retrieval functions for USGS and EPA hydrologic and water quality data
+Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
 Version: 2.0.0
 Date: 2014-10-13
 Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
@@ -9,8 +9,13 @@ Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
     email = "ldecicco@usgs.gov"),
     person("David","Lorenz", role=c("aut"),
     email = "lorenz@usgs.gov"))
-Description: Collection of functions to help retrieve USGS and EPA water
-    quality and hydrology data from web services.
+Description: Collection of functions to help retrieve U.S. Geological Survey
+    (USGS) and U.S. Environmental Protection Agency (EPA) water quality and
+    hydrology data from web services. USGS web services are discovered from the
+    National Water Information Services (NWIS) tools found here:
+    http://waterservices.usgs.gov/ Both EPA and USGS water quality data are
+    obtained from the Water Quality Portal found here:
+    http://www.waterqualitydata.us/portal.jsp
 License: Unlimited | file LICENSE
 Copyright: This software is in the public domain because it contains materials
     that originally came from the United States Geological Survey, an agency of
@@ -34,3 +39,4 @@ LazyLoad: yes
 LazyData: yes
 VignetteBuilder: knitr
 BuildVignettes: true
+URL: https://github.com/USGS-R/dataRetrieval
-- 
GitLab


From a61f09e460454974f9c31bf1e1a8bcdeb29dacc9 Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Thu, 13 Nov 2014 14:18:04 -0600
Subject: [PATCH 2/2] Updating EGRET functions.

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d986178a..0fdcbf3b 100644
--- a/README.md
+++ b/README.md
@@ -41,11 +41,11 @@ Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater):
 
 |Information Source | Meta Data | Data |
 | -------------| -------------| ------------- |:-------------|
-|NWIS | `getNWISInfo` | `getNWISSample` |
-|  |  | `getNWISDaily` |
-| Water Quality Portal  | `getWQPInfo`| `getWQPSample` |
-| User-supplied files | `getUserInfo` | `getUserDaily`|
-| | | `getUserSample` |
+|NWIS | `readNWISInfo` | `readNWISSample` |
+|  |  | `readNWISDaily` |
+| Water Quality Portal  | `readWQPInfo`| `readWQPSample` |
+| User-supplied files | `readUserInfo` | `readUserDaily`|
+| | | `readUserSample` |
 
 
 
-- 
GitLab