Package: nhdplusTools
Type: Package
Title: NHDPlus Tools
Version: 0.7.0
Authors@R: c(person(given = "David", 
                    family = "Blodgett", 
                    role = c("aut", "cre"), 
                    email = "dblodgett@usgs.gov",
                    comment = c(ORCID = "0000-0001-9489-1710")),
             person(given = "Mike",
                    family = "Johnson",
                    role = "aut",
                    comment = c(ORCID = "0000-0002-5288-8350")),
             person(given = "Marc",
                    family = "Weber", 
                    role = "ctb",
                    comment = c(ORCID = "0000-0002-9742-4744")),
            person(given = "Josh", 
                   family = "Erickson", 
                   role = "ctb", 
                   email = "joshualerickson@gmail.com"))
Description: Tools for traversing and working with National Hydrography Dataset Plus (NHDPlus) data. All methods implemented in 'nhdplusTools' are available in the NHDPlus documentation available from the US Environmental Protection Agency <https://www.epa.gov/waterdata/basic-information>.
URL: https://doi-usgs.github.io/nhdplusTools/
        https://github.com/doi-usgs/nhdplusTools/
BugReports: https://github.com/doi-usgs/nhdplusTools/issues/
Depends: R (>= 4.0)
Imports: dplyr, rlang, sf, RANN, units, magrittr, jsonlite, httr, xml2,
        R.utils, utils, tidyr, methods, rosm, prettymapr, fst,
        dataRetrieval, tools, zip, pbapply, arrow
Suggests: testthat, knitr, rmarkdown, markdown, ggmap, ggplot2, sp,
        lwgeom, devtools, codetools, data.table, parallel, s2, gifski,
        leaflet, httptest
License: CC0
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2023-08-29 14:53:24 UTC; dblodgett
Author: David Blodgett [aut, cre] (<https://orcid.org/0000-0001-9489-1710>),
  Mike Johnson [aut] (<https://orcid.org/0000-0002-5288-8350>),
  Marc Weber [ctb] (<https://orcid.org/0000-0002-9742-4744>),
  Josh Erickson [ctb]
Maintainer: David Blodgett <dblodgett@usgs.gov>
Repository: CRAN
Date/Publication: 2023-08-29 18:10:02 UTC
