Package: dataRetrieval
Type: Package
Title: Retrieval Functions for USGS and EPA Hydrology and Water Quality
        Data
Version: 2.7.18
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")),
    person("Jordan", "Walker", role = c("ctb")),
    person("Lindsay","Platt", role=c("ctb")),
    person("David","Watkins", role=c("aut"),
            email = "wwatkins@usgs.gov",
            comment=c(ORCID = "0000-0002-7544-0700")),
    person("David", "Blodgett", role="aut",
            comment=c(ORCID = "0000-0001-9489-1710"),
            email = "dblodgett@usgs.gov"),
    person("Mike", "Johnson", role=c("aut"),
            email = "mikecp11@gmail.com",
            comment=c(ORCID = "0000-0002-5288-8350")),
    person("Aliesha", "Krall", role="ctb",
            email = "akrall@usgs.gov",
            comment=c(ORCID = "0000-0003-2521-5043")),
    person("Lee", "Stanish", role="ctb",
            email = "lstanish@usgs.gov",
            comment=c(ORCID = "0000-0002-9775-6861")))
Description: Collection of functions to help retrieve U.S. Geological Survey
    and U.S. Environmental Protection Agency water quality and
    hydrology data from web services. Data are discovered from 
    National Water Information System <https://waterservices.usgs.gov/> and <https://waterdata.usgs.gov/nwis>. 
    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 (>= 4.1.0)
Imports: curl, lubridate (>= 1.5.0), stats, utils, xml2, readr (>=
        1.4.0), jsonlite, httr2
Suggests: covr, dplyr, knitr, rmarkdown, sf, testthat
Encoding: UTF-8
BuildVignettes: true
VignetteBuilder: knitr
BugReports: https://github.com/DOI-USGS/dataRetrieval/issues
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-02-26 20:56:45 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 Platt [ctb],
  David Watkins [aut] (<https://orcid.org/0000-0002-7544-0700>),
  David Blodgett [aut] (<https://orcid.org/0000-0001-9489-1710>),
  Mike Johnson [aut] (<https://orcid.org/0000-0002-5288-8350>),
  Aliesha Krall [ctb] (<https://orcid.org/0000-0003-2521-5043>),
  Lee Stanish [ctb] (<https://orcid.org/0000-0002-9775-6861>)
Maintainer: Laura DeCicco <ldecicco@usgs.gov>
Repository: CRAN
Date/Publication: 2025-02-27 14:50:02 UTC
Built: R 4.3.3; ; 2025-02-27 15:53:18 UTC; unix
