-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
106 lines (106 loc) · 3.9 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Type: Package
Package: RAQSAPI
Version: 2.0.5
Title: A Simple Interface to the US EPA Air Quality System Data Mart API
Description: Retrieve air monitoring data and associated metadata from the US
Environmental Protection Agency's Air Quality System service using functions.
See <https://aqs.epa.gov/aqsweb/documents/data_api.html> for details about
the US EPA Data Mart API.
Encoding: UTF-8
Authors@R: c(person(given="Clinton", family="Mccrowey",
email="[email protected]",
role=c("cre", "aut"),
comment="United States Environmental Protection
Agency Region 3 Air and Radiation Division"),
person(given="Timothy", family="Sharac", role=c("ctb","rev"),
email=NULL,
comment="United States Environmental Protection Agency"),
person(given = "Nick", family = "Mangus", email = NULL,
role=c("rev"),
comment="United States Environmental Protection Agency"),
person(given = "Doug", family = "Jager",
email=NULL, role=c("ctb", "rev"),
comment="United States Environmental Protection Agency"),
person(given = "Ryan",family = "Brown",
email=NULL, role=c("ctb", "rev"),
comment="United States Environmental Protection Agency"),
person(given = "Daniel", family = "Garver",
email=NULL, role=c("ctb", "rev"),
comment="United States Environmental Protection Agency"),
person(given = "Benjamin", family = "Wells",
email=NULL, role=c("ctb", "rev"),
comment="United States Environmental Protection Agency"),
person(given = "Hayley", family= "Brittingham",
email = NULL, role=c("crr", "ctr"),
comment="Neptune and Company"),
person(given = "Jeffrey", family = "Hollister",
email = "[email protected]", role = c("rev"),
comment = c("United States Environmental Protection Agency",
ORCID = "0000-0002-9254-9740"
)
),
person(given = "Edward", family = "Andrews",
email = "[email protected]",
role = c("rev", "ctb"),
comment = "West Virginia Department of Environmental Protection, Division of Air Quality"
)
)
URL: https://github.com/USEPA/RAQSAPI/,
https://aqs.epa.gov/aqsweb/documents/data_api.html
BugReports: https://github.com/USEPA/RAQSAPI/issues
Depends: R (>= 4.0.0)
Imports:
dplyr,
glue,
httr2,
lifecycle,
lubridate,
magrittr,
purrr,
rlang,
stringr,
tibble
Suggests:
covr,
devtools,
keyring,
knitr,
markdown,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
usethis,
withr
SystemRequirements: package manual and Vignettes require pandoc
(>= 1.14) http://pandoc.org)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BuildVignettes: true
ByteCompile: true
License: MIT + file LICENSE
License_is_FOSS: yes
NeedsCompilation: no
License_restricts_use: no
Language: en-US
Collate:
'AQSAPI_helperfunctions.R'
'bysite.R'
'bycounty.R'
'bystate.R'
'byma.R'
'bypqao.R'
'bycbsa.R'
'bybox.R'
'RAQSAPIlistfunctions.R'
'setupfunctions.R'
'zzz.R'
'RAQSAPI-package.R'
'deprecated.R'
Copyright: United States Environmental Protection Agency
RdMacros: lifecycle
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
X-schema.org-keywords: United State Environmental Protection Agency,
Environmental-data-retrieval, Air-Quality-System,
AQS-Datamart, Air-monitoring, Environmental-monitoring