-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 856 Bytes
/
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
Package: gie
Title: API Wrapper for the Natural Gas Transparency Platforms of Gas Infrastructure Europe
Version: 0.1.2
Authors@R:
person("Yannik", "Buhl", email = "[email protected]", role = c("aut", "cre"))
Description: Providing access to the API for Gas Infrastructure Europe's
natural gas transparency platforms <https://agsi.gie.eu/> and <https://alsi.gie.eu/>. Lets the user
easily download metadata on companies and gas storage units covered by
the API as well as the respective data on regional, country, company
or facility level.
License: MIT + file LICENSE
Imports:
curl,
dplyr,
httr,
lubridate,
magrittr,
purrr,
stringr
Suggests:
rvest,
testthat,
textutils,
vcr (>= 0.6.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Depends:
R (>= 2.10)
LazyData: true