diff --git a/inst/doc/dataRetrieval.R b/inst/doc/dataRetrieval.R
index 5f90210558e610070b1686d242921c9cfb63a56b..34f5bfa8712569abd5a67710bb6ffceb5a792409 100644
--- a/inst/doc/dataRetrieval.R
+++ b/inst/doc/dataRetrieval.R
@@ -84,8 +84,8 @@ siteINFO <- readNWISsite(siteNumbers)
 ## ----siteNames2, echo=TRUE--------------------------------
 siteINFO$station_nm
 
-## ----siteNames3, echo=TRUE--------------------------------
-comment(siteINFO)
+## ----siteNames3, echo=TRUE, eval=FALSE--------------------
+#  comment(siteINFO)
 
 ## ----getSiteExtended, echo=TRUE---------------------------
 # Continuing from the previous example:
diff --git a/inst/doc/dataRetrieval.Rnw b/inst/doc/dataRetrieval.Rnw
index 848ba70380e81719cab62c3cb11d3d754076ec11..fe19498fbf7f4831c25fb27dcaf1d6fd5c5f5079 100644
--- a/inst/doc/dataRetrieval.Rnw
+++ b/inst/doc/dataRetrieval.Rnw
@@ -373,9 +373,9 @@ siteINFO$station_nm
 @
 Site information is obtained from \url{http://waterservices.usgs.gov/rest/Site-Test-Tool.html}
 
-To get more information on the column headers, use the \texttt{comment} function to read the attached metadata (see Sec. \ref{sec:metadata}).
+Information on the returned data can be found with the \texttt{comment} function as described in section \ref{sec:metadata}.
 
-<<siteNames3, echo=TRUE>>=
+<<siteNames3, echo=TRUE, eval=FALSE>>=
 comment(siteINFO)
 @
 
diff --git a/inst/doc/dataRetrieval.pdf b/inst/doc/dataRetrieval.pdf
index b16f860ec4389e0f0a4616d0321208fe6c867d98..22acfbdd0c171d021dd47bf6340d2578560e7d63 100644
Binary files a/inst/doc/dataRetrieval.pdf and b/inst/doc/dataRetrieval.pdf differ
diff --git a/vignettes/dataRetrieval-concordance.tex b/vignettes/dataRetrieval-concordance.tex
index 3b439b68da4ce6a93cba4caa4b15d4ed00c8cffa..a630817fc3ab1ba541dc591efb2a2c8a3dd5b669 100644
--- a/vignettes/dataRetrieval-concordance.tex
+++ b/vignettes/dataRetrieval-concordance.tex
@@ -1,6 +1,6 @@
 \Sconcordance{concordance:dataRetrieval.tex:dataRetrieval.Rnw:%
 1 127 1 49 0 1 7 15 1 1 14 47 1 3 0 97 1 2 0 8 1 9 0 %
-31 1 3 0 21 1 4 0 6 1 8 0 7 1 65 0 23 1 2 0 21 1 1 8 %
+31 1 3 0 21 1 4 0 6 1 8 0 7 1 4 0 23 1 2 0 21 1 1 8 %
 19 1 9 0 6 1 7 0 26 1 7 0 18 1 2 0 11 1 18 0 21 1 9 0 %
 20 1 3 0 7 1 20 0 44 1 2 0 8 1 88 0 16 1 10 0 16 1 10 %
 0 17 1 13 0 17 1 14 0 20 1 4 0 14 1 4 0 33 1 13 0 40 %
diff --git a/vignettes/figure/getNWIStemperaturePlot-1.pdf b/vignettes/figure/getNWIStemperaturePlot-1.pdf
index e69e44b2dae6e094d98bf30937cb6b9b40e820dc..e3f6a6ad1be461db191e843900a5882175716579 100644
Binary files a/vignettes/figure/getNWIStemperaturePlot-1.pdf and b/vignettes/figure/getNWIStemperaturePlot-1.pdf differ