Skip to content
Snippets Groups Projects
Commit f54cc3da authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Update version.

parent e5dadd09
No related branches found
No related tags found
1 merge request!55Change from lazy loading to data.
Package: dataRetrieval Package: dataRetrieval
Type: Package 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.1 Version: 2.0.2.9000
Date: 2014-12-02 Date: 2014-12-02
Authors@R: c( person("Robert", "Hirsch", role = c("aut"), Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "rhirsch@usgs.gov"), email = "rhirsch@usgs.gov"),
......
...@@ -73,7 +73,7 @@ whatNWISdata <- function(siteNumbers,service="all",parameterCd="all",statCd="all ...@@ -73,7 +73,7 @@ whatNWISdata <- function(siteNumbers,service="all",parameterCd="all",statCd="all
} }
data("parameterCdFile") data("parameterCdFile", envir = )
if(!("all" %in% parameterCd)){ if(!("all" %in% parameterCd)){
parameterCdCheck <- all(nchar(parameterCd) == 5) & all(!is.na(suppressWarnings(as.numeric(parameterCd)))) parameterCdCheck <- all(nchar(parameterCd) == 5) & all(!is.na(suppressWarnings(as.numeric(parameterCd))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment