-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.37 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: AirMonitorPlots
Version: 0.9.1
Title: Plot Utilities for the AirMonitor Package
Description: A suite of ggplot2 compatible functions to be used with air quality
monitoring data obtained with the AirMonitor package. These functions provide
much more flexibility than the base plot functions in the AirMonitor package.
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Tate", "Brasel", email="[email protected] ", role=c("aut")),
person("Helen", "Miller", email="[email protected]", role=c("aut")),
person("Spencer", "Pease", email="[email protected] ", role=c("aut"))
)
Author: Jonathan Callahan [aut, cre],
Tate Brasel [aut],
Helen Miller [aut],
Spencer Pease [aut]
Maintainer: Jonathan Callahan <[email protected]>
Depends:
R (>= 4.0.0),
ggplot2
Imports:
AirMonitor (>= 0.4.1),
dplyr,
grid,
lubridate,
magrittr,
MazamaCoreUtils (>= 0.5.2),
MazamaTimeSeries (>= 0.3.0),
plyr,
png,
rlang,
tibble,
tidyr,
zoo
Suggests:
knitr,
markdown,
rmarkdown,
testthat
License: GPL-3
VignetteBuilder: knitr
Repository: CRAN
URL: https://github.com/MazamaScience/AirMonitorPlots
BugReports: https://github.com/MazamaScience/AirMonitorPlots/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1