-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
36 lines (36 loc) · 1020 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
31
32
33
34
35
36
Package: UKgrid
Type: Package
Title: The UK National Electricity Transmission System Dataset
Version: 0.1.3
Authors@R: c(person("Rami", "Krispin",
email = "rami.krispin@gmail.com",
role = c("aut", "cre")),
person("Lior", "Krispin",
email = "lior.krispin1@gmail.com",
role = c("aut"))
)
Maintainer: Lior Krispin <lior.krispin1@gmail.com>
Description: A time series of the national grid demand (high-voltage electric power transmission network) in the UK since 2011.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Imports:
data.table(>= 1.11.2),
dplyr(>= 0.7.5),
lubridate (>= 1.6.0),
magrittr (>= 1.5),
tsibble(>= 0.9.0),
xts (>= 0.12.0),
zoo (>= 1.8-0)
Suggests:
devtools,
knitr,
rmarkdown,
remotes,
TSstudio,
testthat
RoxygenNote: 7.1.0
URL: https://github.com/RamiKrispin/UKgrid
BugReports: https://github.com/RamiKrispin/UKgrid/issues