-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 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
45
46
47
48
49
50
51
52
53
54
55
56
Package: echor
Type: Package
Title: Access EPA 'ECHO' Data
Version: 0.1.9.9999
Authors@R:
person(given = "Michael",
family = "Schramm",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1876-6592"))
Maintainer: Michael Schramm <[email protected]>
Description: An R interface to United States Environmental
Protection Agency (EPA) Environmental Compliance
History Online ('ECHO') Application Program Interface
(API). 'ECHO' provides information about EPA permitted
facilities, discharges, and other reporting info
associated with permitted entities. Data are obtained
from <https://echo.epa.gov/>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports:
curl,
dplyr,
httr,
plyr,
progress,
purrr,
readr,
rlang,
sf,
tibble,
tidyr (>= 1.0.0),
utils
Suggests:
httptest,
testthat,
utf8
BugReports: https://github.com/mps9506/echor/issues
URL: https://github.com/mps9506/echor,
https://mps9506.github.io/echor/
Language: en-US
Config/Needs/website:
mps9506/mpsTemplates,
ggplot2,
ggrepel,
ggspatial,
here,
kableExtra,
knitr,
prettymapr,
raster,
rmarkdown,
sf
Config/Needs/coverage:
xml2