-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.33 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
47
48
Package: rATTAINS
Title: Access EPA 'ATTAINS' Data
Version: 1.0.0
Authors@R:
person(given = "Michael",
family = "Schramm",
role = c("aut", "cre", "cph"),
email = "mpschramm@gmail.com",
comment = c(ORCID = "0000-0003-1876-6592"))
Description: An R interface to United States Environmental Protection Agency (EPA)
Assessment, Total Maximum Daily Load (TMDL) Tracking and Implementation System
('ATTAINS') data. 'ATTAINS' is the EPA database used to track information
provided by states about water quality assessments conducted under federal
Clean Water Act requirements. ATTAINS information and API information is available at <https://www.epa.gov/waterdata/attains>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
checkmate,
crul,
curl,
dplyr,
fauxpas,
fs,
jsonlite,
lifecycle,
rlang,
rlist,
tibblify,
tidyr,
tidyselect
Suggests:
vcr (>= 0.6.0),
testthat (>= 3.0.0),
knitr,
rmarkdown,
webmockr
BugReports: https://github.com/mps9506/rATTAINS/issues
URL: https://github.com/mps9506/rATTAINS,
https://mps9506.github.io/rATTAINS/
VignetteBuilder: knitr
Config/Needs/website:
mps9506/mpsTemplates,
ggrepel,
ggplot2,
ggtext
Config/testthat/edition: 3