-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: entsoeapi
Type: Package
Title: Client for the 'ENTSO-E' Transparency Platform API
Version: 1.1.1
Authors@R: c(person("Kenneth", "Rose", role=c("aut", "cph"), email="kennethrose82@gmail.com"),
person("Sándor", "Budai", role=c("aut", "cre", "cph"), email="sbudai.ga@gmail.com"))
Description: Provides a standardized R client for the 'ENTSO-E' (European Network of
Transmission System Operators for Electricity) Transparency Platform
<https://transparency.entsoe.eu> API.
Covers Market, Load, Generation, Transmission, Outages, and Balancing
endpoints. Automatically handles query pagination, XML-to-tabular conversion,
response caching, and code list lookups. Requires a registered 'ENTSO-E'
security token.
License: MIT + file LICENSE
Imports:
cachem,
cli,
checkmate,
dplyr (>= 1.1.0),
httr2,
lubridate,
snakecase,
stringr,
tidyr,
utils,
xml2,
xmlconvert
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://github.com/krose/entsoeapi/, https://krose.github.io/entsoeapi/
BugReports: https://github.com/krose/entsoeapi/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends: R (>= 4.2.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
curl,
tibble,
tidyselect,
ggplot2,
kableExtra,
scales
VignetteBuilder: knitr
Config/testthat/edition: 3
Collate:
'entsoeapi-package.R'
'data.R'
'constants.R'
'utils.R'
'en_helpers.R'
'en_market.R'
'en_load.R'
'en_generation.R'
'en_transmission.R'
'en_outages.R'
'en_balancing.R'