-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.55 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
Type: Package
Package: rcaaqs
Title: Tools to implement CAAQS analysis for air quality
Version: 0.3.1.9000
Authors@R:
c(person(given = "Andy",
family = "Teucher",
role = c("aut", "cre"),
email = "andy.teucher@gov.bc.ca"),
person(given = "Aman",
family = "Verma",
role = c("aut", "ctr"),
email = "aman.verma.mtl@gmail.com"),
person(given = "Steffi",
family = "LaZerte",
role = c("aut", "ctr"),
email = "steffi@steffi.ca"),
person(given = "Stephanie",
family = "Hazlitt",
role = c("aut", "ctr"),
email = "stephanie.hazlitt@gov.bc.ca"),
person(given = "Province of British Columbia",
role = "cph"))
Description: Analyze air quality data according to Canadian
Ambient Air Quality Standars (CAAQS) guidelines.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/rcaaqs
BugReports: https://github.com/bcgov/rcaaqs/issues
Depends:
R (>= 3.3.0)
Imports:
dplyr (>= 1.0),
ggplot2 (>= 3.0),
lubridate (>= 1.7),
purrr (>= 0.2),
rlang (>= 0.3),
scales (>= 1.0),
tidyr (>= 1.1)
Suggests:
bcmaps,
bcmapsdata,
broom,
ggtext (>= 0.1.1),
gridExtra,
knitr,
magrittr,
readr,
rgdal (>= 1.3),
rmarkdown,
sf (>= 0.7),
testthat (>= 1.0.0)
VignetteBuilder:
knitr
Additional_repositories: https://bcgov.github.io/drat
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8