-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 2.35 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 2.35 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: StreamCatTools
Type: Package
Title: 'StreamCatTools'
Version: 0.10.0
Authors@R: c(person(given = "Marc",
family = "Weber",
role = c("aut", "cre"),
email = "weber.marc@epa.gov"),
person(given = "Ryan",
family = "Hill",
role = "ctb",
email = "hill.ryan@epa.gov"),
person(given = "Selia",
family = "Markley",
role = "ctb",
email = "markley.selia@epa.gov"),
person(given = "Travis",
family = "Hudson",
role = "ctb",
email = "travish1842@gmail.com"),
person(given = "Allen",
family = "Brookes",
role = "ctb",
email = "brookes.allen@epa.gov"),
person(given = "David",
family = "Rebhuhn",
role = "ctb",
email = "rebhuhnd@gmail.com"),
person(given = "Michael",
family = "Dumelle",
role = "ctb",
email = "dumelle.michael@epa.gov"),
person(given = "Justin",
family = "Bousquin",
role = "ctb",
email = "bousquin.justin@epa.gov"),
person(given = "Zachary",
family = "Smith",
role = "ctb"))
Description: Tools for using the 'StreamCat' and 'LakeCat' API and
interacting with the 'StreamCat' and 'LakeCat' database.
Convenience functions in the package wrap the API for 'StreamCat'
on <https://api.epa.gov/StreamCat/streams/metrics>.
Depends: R (>= 4.1.0)
Imports:
sf,
nhdplusTools,
jsonlite,
httr2,
curl (>= 6.0.0),
ggpattern,
patchwork,
cowplot,
tigris,
ggplot2
Suggests:
dplyr,
mapview,
testthat,
knitr,
rmarkdown,
devtools,
xml2,
magrittr,
readr,
tidyr,
stringr,
purrr,
lifecycle,
tidyselect
Encoding: UTF-8
URL: https://usepa.github.io/StreamCatTools/, https://github.com/USEPA/StreamCatTools
BugReports: https://github.com/USEPA/StreamCatTools/issues
VignetteBuilder: knitr,rmarkdown
LazyData: true
RoxygenNote: 7.3.3
License: CC0
NeedsCompilation: no