-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.15 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
Type: Package
Package: AirSensor2
Version: 0.5.4
Title: Process and Display Data from Air Quality Sensors
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre"))
)
Maintainer: Jonathan Callahan <[email protected]>
Description: Process and display data from low-cost 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/AirSensor2
BugReports: https://github.com/MazamaScience/AirSensor2/issues
Depends:
R (>= 4.0.0),
MazamaCoreUtils (>= 0.5.2)
Imports:
AirMonitor (>= 0.4.1),
countrycode,
dplyr (>= 1.0.0),
geodist,
httr,
jsonlite,
leaflet,
lubridate,
magrittr,
MazamaLocationUtils (>= 0.4.4),
MazamaSpatialUtils (>= 0.8.6),
MazamaTimeSeries (>= 0.3.0),
readr,
rlang,
sf,
stringr,
tidyr
Suggests:
knitr,
markdown,
testthat (>= 2.1.0),
rmarkdown,
roxygen2,
webshot
Encoding: UTF-8
Language: en-US
LazyData: true
Repository: CRAN
VignetteBuilder: knitr
RoxygenNote: 7.3.1