diff --git a/R/getDataAvailability.r b/R/getDataAvailability.r
index a217d83a4ef13bf0c1aedeaa0d7142f2c4e0e3a0..1da659520366a9060518f85c6c45cccfe342a2ce 100644
--- a/R/getDataAvailability.r
+++ b/R/getDataAvailability.r
@@ -7,6 +7,7 @@
 #' @keywords data import USGS web service
 #' @return retval dataframe with all information found in the expanded site file
 #' @export
+#' @import RCurl
 #' @examples
 #' # These examples require an internet connection to run
 #' availableData <- getDataAvailability('05114000')
@@ -45,7 +46,7 @@ getDataAvailability <- function(siteNumber,type=c("uv","dv","qw")){
     
     SiteFile <- SiteFile[-1,]
     
-    SiteFile <- with(SiteFile, data.frame(parameter_cd=parm_cd, statCd=stat_cd, startDate=begin_date,endDate=end_date, count=count_nu,service=data_type_cd,stringsAsFactors = FALSE))
+    SiteFile <- with(SiteFile, data.frame(site_no=site_no, parameter_cd=parm_cd, statCd=stat_cd, startDate=begin_date,endDate=end_date, count=count_nu,service=data_type_cd,stringsAsFactors = FALSE))
     
     SiteFile <- SiteFile[!is.na(SiteFile$parameter_cd),]
     SiteFile <- SiteFile["" != SiteFile$parameter_cd,]
diff --git a/R/tabbedDataRetrievals.R b/R/tabbedDataRetrievals.R
index d3ed603b6ea0994e921044e0e82d218a4fe047b9..ae5eab52b2846a0da6ff95aaa6d7bae89f3535dc 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.3.1\cr
-#' Date: \tab 2014-07-01\cr
+#' Version: \tab 1.3.3\cr
+#' Date: \tab 2014-09-16\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
@@ -17,7 +17,6 @@
 #' Collection of functions to help retrieve USGS data from either web services or user provided data files.
 #'
 #' @name dataRetrieval-package
-#' @import RCurl XML zoo
 #' @docType package
 #' @author Robert M. Hirsch \email{rhirsch@@usgs.gov}, Laura De Cicco \email{ldecicco@@usgs.gov}
 #' @references Hirsch, R. M., Moyer, D. L. and Archfield, S. A. (2010), Weighted Regressions on Time, Discharge, and Season (WRTDS), with an Application to Chesapeake Bay River Inputs. JAWRA Journal of the American Water Resources Association, 46: 857-880. doi: 10.1111/j.1752-1688.2010.00482.x
diff --git a/man/dataRetrieval-package.Rd b/man/dataRetrieval-package.Rd
index 11ce4b4bc3db01979d7524f1073b9397fadfbe56..b7f83a2b966dec71e435985eaed6b1eaa3ae5eb8 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.3.1\cr
-Date: \tab 2014-07-01\cr
+Version: \tab 1.3.3\cr
+Date: \tab 2014-09-16\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