-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 1.25 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
Package: StreamCatTools
Type: Package
Title: Tools to work with the StreamCat API within R and access the full suite of StreamCat and LakeCat metrics.
Version: 0.3.0
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]"),
person(given = "Zachary",
family = "Smith",
role = "ctb"))
Description: Tools for using the StreamCat and LakeCat API and interacting with StreamCat and LakeCatdata.
Depends: R (>= 3.5.1)
Imports:
sf,
nhdplusTools,
jsonlite,
httr2
Suggests:
dplyr,
ggplot2,
mapview,
testthat,
knitr,
rmarkdown,
devtools,
xml2,
magrittr,
readr,
tidyr
Encoding: UTF-8
URL: https://usepa.github.io/StreamCatTools/, https://github.com/USEPA/StreamCatTools
VignetteBuilder: knitr,rmarkdown
LazyData: true
RoxygenNote: 7.2.3
License: CC0