-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.02 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
Type: Package
Package: aire.zmvm
Title: Download Mexico City Pollution, Wind, and Temperature Data
Version: 1.0.0
Authors@R:
person("Diego", "Valle-Jones", , "[email protected]", role = c("aut", "cre"))
Description: Tools for downloading hourly averages, daily maximums and
minimums from each of the pollution, wind, and temperature measuring
stations or geographic zones in the Mexico City metro area. The
package also includes the locations of each of the stations and zones.
See <http://aire.cdmx.gob.mx/> for more information.
License: BSD_3_clause + file LICENSE
URL: https://hoyodesmog.diegovalle.net/aire.zmvm/,
https://github.com/diegovalle/aire.zmvm
BugReports: https://github.com/diegovalle/aire.zmvm/issues
Depends:
R (>= 3.2.3)
Imports:
dplyr,
httr,
lubridate,
progress,
readr,
readxl,
rvest,
sp,
stats,
stringr,
tidyr,
utils,
xml2
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1