-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
40 lines (40 loc) · 1.87 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: nhdplusTools
Type: Package
Title: NHDPlus Tools
Version: 1.3.0
Authors@R: c(person(given = "David",
family = "Blodgett",
role = c("aut", "cre"),
email = "[email protected]",
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 = "[email protected]"),
person(given = "Lauren",
family = "Koenig",
role = "ctb",
comment = c(ORCID = "0000-0002-7790-330X")))
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: hydroloom, dataRetrieval, dplyr, sf, units, magrittr, jsonlite, httr, xml2, R.utils, utils, tidyr, methods, maptiles, mapsf, fst, arrow, tools, zip, pbapply, memoise, digest
Suggests: testthat, knitr, rmarkdown, ggmap, ggplot2, lwgeom, gifski, leaflet, httptest, future, future.apply
License: CC0
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3
LazyData: true
Language: en-US