From 19426435d85c41fa11708fd3423d3742bd24fb77 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Tue, 1 Jul 2014 14:15:41 -0500 Subject: [PATCH] Latest build with tiny bug fix. --- DESCRIPTION | 4 ++-- R/tabbedDataRetrievals.R | 4 ++-- man/dataRetrieval-package.Rd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cfe223e4..d925516f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: dataRetrieval Type: Package Title: Retrieval functions for hydrologic data -Version: 1.3.0 -Date: 2014-01-08 +Version: 1.3.1 +Date: 2014-07-01 Author: Robert M. Hirsch, Laura De Cicco Maintainer: Laura De Cicco <ldecicco@usgs.gov> Description: Collection of functions to help retrieve USGS data from either web diff --git a/R/tabbedDataRetrievals.R b/R/tabbedDataRetrievals.R index e97f120f..d3ed603b 100644 --- a/R/tabbedDataRetrievals.R +++ b/R/tabbedDataRetrievals.R @@ -3,8 +3,8 @@ #' \tabular{ll}{ #' Package: \tab dataRetrieval\cr #' Type: \tab Package\cr -#' Version: \tab 1.2.1\cr -#' Date: \tab 2012-12-31\cr +#' Version: \tab 1.3.1\cr +#' Date: \tab 2014-07-01\cr #' License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr #' Copyright: \tab This software is in the public domain because it contains materials #' that originally came from the United States Geological Survey, an agency of diff --git a/man/dataRetrieval-package.Rd b/man/dataRetrieval-package.Rd index f5b14e28..fbdadb41 100644 --- a/man/dataRetrieval-package.Rd +++ b/man/dataRetrieval-package.Rd @@ -7,8 +7,8 @@ \tabular{ll}{ Package: \tab dataRetrieval\cr Type: \tab Package\cr -Version: \tab 1.2.1\cr -Date: \tab 2012-12-31\cr +Version: \tab 1.3.1\cr +Date: \tab 2014-07-01\cr License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr Copyright: \tab This software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of -- GitLab