-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
Package: energizer
Title: A Client For Accessing The Open Data Communities EPC API
Version: 0.10.0
Authors@R:
person("Gabriele", "Giraldo", , "giraldo.gabriele@outlook.it", role = c("aut", "cre"))
Description: An R client for the UK's Open Data Communities API, providing
programmatic access to Energy Performance Certificate (EPC) and Display
Energy Certificate (DEC) data for domestic, non-domestic, and public
buildings. Includes functions for searching, retrieving certificates and
recommendations, and downloading bulk data files.
License: MIT + file LICENSE
URL: https://github.com/gabrielegiraldo/energizer, https://gggiraldo.github.io/enrgz/
BugReports: https://github.com/gabrielegiraldo/energizer/issues
Depends:
R (>= 4.1)
Imports:
base64enc,
cli (>= 3.0.0),
data.table,
dplyr (>= 1.0.0),
httr2,
janitor,
jsonlite,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
magrittr,
fs,
rio
Suggests:
testthat (>= 3.3.1),
withr,
mockery,
knitr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3