-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 757 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: limaair
Title: Download air quality data from Lima Peru
Version: 0.0.0.9000
Authors@R:
person("Mario", "Gavidia-Calderón", , "mario.calderon@iag.usp.br", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package download air quality from SENMAHI air quality network
from Lima, Peru (<https://www.senamhi.gob.pe/?p=calidad-del-aire>).
Multiple pollutant from multiple air quality station can be download.
A complete dataset is returned ready for data analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Imports:
httr,
XML,
xml2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3