-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
27 lines (27 loc) · 1.21 KB
/
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
Package: FAIRforecast
Type: Package
Title: A Package for FAIR Forecast
Version: 0.1.0
Description: FAIR is a forecasting tool developed to support decision making in a retail environment. It provides multi-step-ahead sales forecasts at the category-store level, which are based on an interpretable and transparent model. These aspects make it an objective tool with which different promotional strategies (scenarios) can be compared and insights can be generated. Additionally, the FAIRforecast package provides plotting functions that generate figures showing the relative strength of the interactions between categories and important promotional variables. For more information, see the vignette and original paper provided in the GitHub URL below.
Authors@R: c(
person("Özden", "Gür Ali", email = "[email protected]", role = "aut"),
person("Ragip", "Gürlek", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Ragip Gürlek <[email protected]>
URL: https://github.com/rgurlek/FAIRforecast
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
forecast,
glmnet,
plotly,
plyr,
scales,
stats,
tidyr
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr