forked from USEPA/StreamCatTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1010 Bytes
/
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
Package: StreamCatTools
Type: Package
Title: Streamcat Tools
Version: 0.1.1.9002
Authors@R: c(person(given = "Marc",
family = "Weber",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ryan",
family = "Hill",
role = "ctb",
email = "[email protected]"),
person(given = "David",
family = "Rebhuhn",
role = "ctb",
email = "[email protected]"))
Description: Tools for using the StreamCat API and interacting with StreamCat data.
Depends: R (>= 3.5.1)
Imports:
sf,
nhdplusTools,
jsonlite,
httr2
Suggests:
dplyr,
ggplot2,
mapview,
testthat,
knitr,
rmarkdown,
devtools,
xml2,
magrittr,
readr,
tidyr
License: CC0
Encoding: UTF-8
URL: https://usepa.github.io/StreamCatTools/
VignetteBuilder: knitr,rmarkdown
LazyData: true
RoxygenNote: 7.2.3