-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.25 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: envair
Title: BC ENV Air Quality Monitoring Data Access
Version: 0.4.2.422
Authors@R:
c(person(given = "Jerome",
family = "Robles",
email = "jerome.robles@gov.bc.ca",
role = c("aut", "cre")),
person(given = "Zoe",
family="Gao",
email="zoe.gao@gov.bc.ca",
role=c("aut", "ctr")),
person(given = "Province of British Columbia",
role = "cph")
)
Description: Retrieve air quality monitoring data from the BC Ministry of Environnment and Climate Change Public FTP
License: Apache License (== 2.0) | file LICENSE
BugReports: https://github.com/bcgov/envair/issues
Depends:
R (>= 3.5.1)
Imports:
dplyr (>= 1.0),
RCurl (>= 1.98-1.7),
readr (>= 2.1.2),
tibble (>= 3.1.8),
stringi (>= 1.7.6),
stringr (>= 1.4.0),
plyr (>= 1.8.7),
lubridate (>= 1.8.0),
curl (>= 4.3.2),
readxl (>= 1.4.0),
httr (>= 1.4.4),
tidyr (>= 1.2.0),
sf (>= 1.0-8),
arrow (>= 12.0.0),
janitor (>= 2.2.0)
Suggests:
rmarkdown,
bcmaps,
bcmapsdata,
ggplot2 (>= 3.0),
rcaaqs,
envreportutils
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8