Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrologic and Water
        Quality Data
Version: 2.7.9
Authors@R: c(
    person("Laura", "DeCicco", role = c("aut","cre"),
            email = "ldecicco@usgs.gov",
            comment=c(ORCID="0000-0002-3915-9487")),
    person("Robert", "Hirsch", role = c("aut"),
            comment=c(ORCID="0000-0002-4534-075X")),
    person("David","Lorenz", role=c("aut")),
    person("Jordan", "Read", role = c("ctb"),
            email = "jread@usgs.gov"),
    person("Jordan", "Walker", role = c("ctb")),
    person("Lindsay","Carr", role=c("ctb")),
    person("David","Watkins", role=c("aut"),
            email = "wwatkins@usgs.gov",
            comment=c(ORCID="0000-0002-7544-0700")),
    person("David", "Blodgett", role="ctb"),
    person("Mike", "Johnson", role=c("aut"),
            email = "mikecp11@gmail.com",
            comment=c(ORCID="0000-0002-5288-8350")))
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 
    National Water Information System (NWIS) <https://waterservices.usgs.gov/> and <https://waterdata.usgs.gov/nwis>. 
    Both EPA and USGS water quality data are obtained from the Water Quality Portal <https://www.waterqualitydata.us/>.
License: CC0
Copyright: This software is in the public domain because it contains
        materials that originally came from the United States
        Geological Survey, an agency of the United States Department of
        Interior.
Depends: R (>= 3.5.0)
Imports: httr (>= 1.0.0), curl, lubridate (>= 1.5.0), stats, utils,
        xml2, readr (>= 1.0.0), jsonlite
Suggests: covr, dplyr, ggplot2, DT, gridExtra, knitr, rmarkdown, sf,
        testthat
Encoding: UTF-8
BuildVignettes: true
VignetteBuilder: knitr
BugReports: https://github.com/USGS-R/dataRetrieval/issues
URL: https://pubs.usgs.gov/tm/04/a10/
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-29 20:22:35 UTC; ldecicco
Author: Laura DeCicco [aut, cre] (<https://orcid.org/0000-0002-3915-9487>),
  Robert Hirsch [aut] (<https://orcid.org/0000-0002-4534-075X>),
  David Lorenz [aut],
  Jordan Read [ctb],
  Jordan Walker [ctb],
  Lindsay Carr [ctb],
  David Watkins [aut] (<https://orcid.org/0000-0002-7544-0700>),
  David Blodgett [ctb],
  Mike Johnson [aut] (<https://orcid.org/0000-0002-5288-8350>)
Maintainer: Laura DeCicco <ldecicco@usgs.gov>
Repository: CRAN
Date/Publication: 2021-07-30 15:00:02 UTC
