-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
28 lines (28 loc) · 895 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
Package: USgrid
Type: Package
Title: The Demand and Supply for Electricity in the US
Version: 0.1.2
Authors@R: person("Rami", "Krispin", email = "rami.krispin@gmail.com",
role = c("aut", "cre"))
Maintainer: Rami Krispin <rami.krispin@gmail.com>
Description: Provides a set of regular time-series datasets, describing the US electricity grid. That includes the total demand and supply, and as well as the demand by energy source (coal, solar, wind, etc.). Source: US Energy Information Administration (Mar 2021) <https://www.eia.gov/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Imports:
tsibble(>= 0.8.5)
Suggests:
knitr,
lubridate,
rmarkdown,
devtools,
plotly,
remotes,
tidyr,
testthat,
usethis
URL: https://github.com/RamiKrispin/USgrid
BugReports: https://github.com/RamiKrispin/USgrid/issues
RoxygenNote: 7.1.1