-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 1.04 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
Package: aire
Type: Package
Title: Grab data on air pollution in Andalusia (Spain)
Version: 0.0.2
Date: 2016-09-19
Author: Francisco Rodriguez-Sanchez, Francisco Viciana, Francisco Balao, Virginia Luque, Rocio Aguilar
Maintainer: Francisco Rodriguez-Sanchez <f.rodriguez.sanc@gmail.com>
Description: This package can download and retrieve daily data on air quality in Andalusia (Spain),
from any of the stations maintained by 'Consejeria de Medio Ambiente' (http://bit.ly/airedata).
The data are formatted so that they can be directly analysed with the 'openair' package. Note these data
are collected automatically, and not validated. Check out Consejeria de Medio Ambiente website for monthly
and annual reports based on validated data.
URL: https://github.com/SevillaR/aire
BugReports: https://github.com/SevillaR/aire/issues
License: GPL-3
LazyData: TRUE
RoxygenNote: 5.0.1
Depends:
R (>= 3.1.0)
Imports:
httr,
lubridate,
rvest,
xml2
Suggests:
openair,
testthat,
knitr,
rmarkdown,
sp
VignetteBuilder: knitr