-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
46 lines (46 loc) · 1.15 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
41
42
43
44
45
46
Package: fasster
Version: 0.1.0.9100
Title: Fast Additive Switching of Seasonality, Trend and Exogenous Regressors
Description: Implementation of the FASSTER model for forecasting time series with multiple seasonalities using switching states.
Depends:
R (>= 3.2.0),
fabletools (>= 0.2.0)
Imports:
dlm,
tsibble (>= 0.9.0),
purrr,
rlang,
stats,
dplyr (>= 1.0.0),
distributional,
vctrs
Suggests:
tsibbledata (>= 0.2.0),
lubridate,
rwalkr,
knitr,
rmarkdown,
testthat,
spelling,
covr,
ggplot2
Remotes:
tidyverts/fabletools
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Rob",
family = "Hyndman",
role = c("aut", "ths")))
URL: https://github.com/mitchelloharawild/fasster
BugReports: https://github.com/mitchelloharawild/fasster/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Language: en-GB
VignetteBuilder: knitr