-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
42 lines (42 loc) · 2.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
Package: rdefra
Title: Interact with the UK AIR Pollution Database from DEFRA
Version: 0.3.9.9000
Authors@R: c(person(given = "Cheryl",
family = "Lim",
role = c("aut"),
email = "cheryl.academic@gmail.com"),
person(given = "Claudia",
family = "Vitolo",
role = c("aut", "cre"),
email = "cvitolodev@gmail.com",
comment = c(ORCID = "0000-0002-4252-1176", "Claudia is the original creator of the package")),
person("Andrew", "Russell", role = c("ctb"),
comment = "This package is part of the KEHRA project and
Andrew supervised the technical/software development."),
person("Allan", "Tucker", role = c("ctb"),
comment = "This package is part of the KEHRA project and
Allan supervised the technical/software development."),
person("Maëlle", "Salmon", role = c("ctb"),
comment = "Maëlle Salmon reviewed the package for rOpenSci,
see https://github.com/ropensci/software-review/issues/68"),
person("Hao", "Zhu", role = c("ctb"),
comment = "Hao Zhu reviewed the package for rOpenSci, see
https://github.com/ropensci/software-review/issues/68"))
URL: https://docs.ropensci.org/rdefra/, https://github.com/ropensci/rdefra
BugReports: https://github.com/ropensci/rdefra/issues
Description: This packages allows to retrieve air pollution data from the Air
Information Resource (UK-AIR, <https://uk-air.defra.gov.uk/>) of the
Department for Environment, Food and Rural Affairs (DEFRA) in the United
Kingdom. UK-AIR does not provide a public API for programmatic access to data,
therefore this package scrapes the HTML pages to get relevant information.
The package is described in Vitolo et al. (2016) "rdefra: Interact with the
UK AIR Pollution Database from DEFRA" <doi:10.21105/joss.00051>.
Depends: R (>= 3.5.0)
Imports: lubridate, tibble, httr, xml2, dplyr, sf, curl
Suggests: testthat, rmarkdown, knitr, ggplot2, zoo
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
License: GPL-3
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)