forked from ropensci/qualR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.92 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
Package: qualR
Title: An R package to download São Paulo and Rio de Janeiro air pollution data
Version: 0.9.7
Authors@R: c(
person(given = "Mario",
family = "Gavidia-Calderón",
role = c("aut", "cre"),
email = "mario.calderon@iag.usp.br",
comment = c(ORCID = "0000-0002-7371-1116")),
person(given = "Maria de Fatima",
family = "Andrade",
role = c("ctb", "ths"),
email = "maria.andrade@iag.usp.br",
comment = c(ORCID = "0000-0001-5351-8311")),
person(given = "Daniel",
family = "Schuch",
role = c("aut","ctb"),
email = "d.schuch@northeastern.edu",
comment = c(ORCID = "0000-0001-5977-4519")),
person(given = "Beatriz",
family = "Milz",
role = "rev",
comment = "Beatriz reviewed the package (v. 0.9.6) for rOpenSci"),
person(given = "Kaue",
family = "de Sousa",
role = "rev",
comment = "Kaue reviewed the package (v. 0.9.6) for rOpenSci")
)
Description: A package to download information from
CETESB QUALAR <https://cetesb.sp.gov.br/ar/qualar/> and
MonitorAr <http://jeap.rio.rj.gov.br/je-metinfosmac/institucional/index.html>
systems. It contains function to download different parameters, a set of
criteria pollutants and the most frequent meteorological parameters used in
air quality data analysis and air quality model evaluation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
XML,
httr,
jsonlite
URL: https://docs.ropensci.org/qualR (website) https://github.com/ropensci/qualR
BugReports: https://github.com/ropensci/qualR/issues
Suggests:
knitr,
covr,
testthat (>= 3.0.0),
rmarkdown,
openair,
ggplot2,
purrr,
magrittr
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3
VignetteBuilder: knitr