-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
46 lines (46 loc) · 1.08 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
41
42
43
44
45
46
Package: nhdR
Title: Tools for Working with the National Hydrography Dataset
Version: 0.6.1
Authors@R: person("Jemma", "Stachelek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5924-2464"))
Description: Tools for working with the National Hydrography Dataset, with
functions for querying, downloading, and networking both the NHD
<https://www.usgs.gov/national-hydrography>
and NHDPlus <https://www.epa.gov/waterdata/nhdplus-national-hydrography-dataset-plus> datasets.
URL: https://github.com/jsta/nhdR
BugReports: https://github.com/jsta/nhdR/issues
Depends:
R (>= 3.5.0),
maps
License: GPL
Imports:
rappdirs,
sf,
httr,
rvest,
xml2,
foreign,
ggplot2,
rlang,
dplyr,
curl,
units,
stringr,
memoise,
purrr,
digest
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
wikilake,
sp,
testthat (>= 2.1.0),
covr,
crul,
lwgeom,
s2
VignetteBuilder: knitr
SystemRequirements: 7-zip command line tool (7z)
Language: en-US