-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.24 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: forvision
Type: Package
Title: Tools for forecast visualisation and evaluation
Version: 0.0.1
Date: 2019-01-30
Authors@R: c(
person("Andrey", "Davydenko", role = "aut", email = "andrey@live.co.uk"),
person("Cuong", "Sai", role = c("aut", "cre"), email = "svcuonghvktqs@gmail.com"),
person("Maxim", "Shcherbakov", role = "aut", email = "maxim.shcherbakov@gmail.com"))
Author: Andrey Davydenko [aut, cre],
Cuong Sai [aut, cre],
Maxim Shcherbakov [aut]
Maintainer: Cuong Sai <svcuonghvktqs@gmail.com>
Description: Contains tools to analyze point and interval forecasts produced by alternative
methods across many series over multiple horizons. Can work with rolling-origin
out-of-sample forecasts. Implements means to access forecast data, to explore
actuals and forecasts, and to evaluate and compare forecasting performance.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
ggplot2,
dygraphs,
dplyr,
magrittr,
xts,
stats,
glue,
utils,
scales
URL: https://forvis.github.io/, https://github.com/forvis/forvision
BugReports: https://github.com/forvis/forvision/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
knitr,
zoo,
rmarkdown
VignetteBuilder: knitr