-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
13 lines (13 loc) · 850 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: demand
Title: Generating Peak Demand, Demand Charge, and Cost Saving Plot
Version: 0.0.0.9000
Authors@R: c(person("Yohan", "Min", role = c("aut", "cre"), email = "[email protected]"), person("Chintan", "Pathak", role = "ctb"), person("Atinuke", "Ademola-Idowu", role = "ctb"))
Description: This package creates diverse plots per day, weekday, month and year for peak demand power consumption of several meters. These plots lead to benefit-cost analyses and cost saving plots. In addition, this package forecasts peak power demand using ARIMA on a daily and monthly basis. Correlation and a simple regression are also included.
Depends: R
License: GPL-2
Imports: devtools, readr, dplyr, tidyr, ggplot2, stringr, kableExtra, forecast
Encoding: UTF-8
LazyData: true
URL: https://github.com/reconjohn/demand
RoxygenNote: 6.1.1
VignetteBuilder: knitr