forked from MazamaScience/AirSensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.1 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
Type: Package
Package: AirSensor
Version: 1.0.9
Title: Process and Display Data from Air Quality Sensors
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Hans", "Martin", email="[email protected]", role=c("aut")),
person("Kayleigh", "Wilson", email="[email protected]", role=c("aut")),
person("Tate", "Brasel", email="[email protected]", role=c("aut")),
person("Helen", "Miller", email="[email protected]", role=c("aut")),
person("Vasileios", "Papapostolou", email="[email protected]", role=c("ctb")),
person("Ashley", "Collier-Oxandale", email="[email protected]", role=c("ctb")),
person("Brandon", "Feenstra", email="[email protected]", role=c("ctb"))
)
Author: Jonathan Callahan [aut, cre],
Hans Martin [aut],
Kayleigh Wilson [aut],
Tate Brasel [aut],
Helen Miller [aut],
Vasileios Papapostolou [ctb],
Ashley Collier-Oxandale [ctb],
Brandon Feenstra [ctb]
Maintainer: Jonathan Callahan <[email protected]>
Depends:
R (>= 3.5.0)
Imports:
countrycode,
cowplot,
dplyr (>= 1.0.0),
dygraphs,
geodist,
geosphere,
GGally,
ggmap,
ggplot2,
gridExtra,
httpcode,
httr,
jsonlite,
leaflet,
lubridate,
magrittr,
MazamaCoreUtils (>= 0.4.6),
MazamaLocationUtils (>= 0.1.13),
MazamaSpatialUtils (>= 0.7.3),
openair,
PWFSLSmoke (>= 1.2.111),
readr,
RColorBrewer,
rlang,
scales,
seismicRoll,
sp,
stringr,
tibble,
tidyr,
tidyselect,
worldmet (>= 0.9.2),
xts,
zoo
Suggests:
knitr,
markdown,
testthat (>= 2.1.0),
rmarkdown,
roxygen2
Description: Process and display data from air quality sensors.
Initial focus is on PM2.5 measurements from sensors produced by 'PurpleAir'
<https://www2.purpleair.com>.
License: GPL-3
URL: https://github.com/MazamaScience/AirSensor
BugReports: https://github.com/MazamaScience/AirSensor/issues
VignetteBuilder: knitr
Repository: CRAN
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-US