forked from USEPA/RAQSAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
92 lines (92 loc) · 3.04 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
Type: Package
Package: RAQSAPI
Version: 2.0.3
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 Enviornmental Protection
Agency Region 3 Air and Radiation Division"),
person(given="Timothy", family="Sharac", role=c("ctb","rev"),
email=NULL,
comment="United States Enviornmental Protection Agency"),
person(given = "Nick", family = "Mangus", email = NULL,
role=c("rev"),
comment="United States Enviornmental Protection Agency"),
person(given = "Doug", family = "Jager",
email=NULL, role=c("ctb", "rev"),
comment="United States Enviornmental Protection Agency"),
person(given = "Ryan",family = "Brown",
email=NULL, role=c("ctb", "rev"),
comment="United States Enviornmental Protection Agency"),
person(given = "Daniel", family = "Garver",
email=NULL, role=c("ctb", "rev"),
comment="United States Enviornmental Protection Agency"),
person(given = "Benjamin", family = "Wells",
email=NULL, role=c("ctb", "rev"),
comment="United States Enviornmental Protection Agency"),
person(given = "Hayley", family= "Brittingham",
email = NULL, role=c("crr", "ctr"),
comment="Neptune and Company")
)
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,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
stringr,
tibble,
rlang,
lifecycle
Suggests:
spelling,
desc,
devtools,
goodpractice,
keyring,
knitr,
markdown,
roxygen2,
rmarkdown,
testthat (>= 3.0.0),
usethis,
covr
SystemRequirements: package manual requires pandoc (>= 1.14) http://pandoc.org
RoxygenNote: 7.1.2
VignetteBuilder: knitr
BuildVignettes: true
ByteCompile: true
License: CC0
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'
Copyright: United States Environmental Protection Agency
RdMacros: lifecycle
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3