-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: fable.binary
Title: Forecasting Binary Time Series
Version: 0.1.0
Description: Provides a collection of time series forecasting models suitable for binary time series. These models work within the 'fable' framework provided by the 'fabletools' package, which provides the tools to evaluate, visualise, and combine models in a workflow consistent with the tidyverse.
Authors@R:
c(person(given = "Rob",
family = "Hyndman",
email = "Rob.Hyndman@monash.edu",
role = c("aut","cre","cph")),
person(given = "Mitchell",
family = "O'Hara-Wild",
email = "mail@mitchelloharawild.com",
role = "aut"))
License: GPL-3
URL: https://tidyverts.github.io/fable.binary
BugReports: https://github.com/tidyverts/fable.binary/issues
Depends:
R (>= 3.4.0),
fabletools (>= 0.3.0)
Imports:
distributional,
dplyr (>= 1.0.0),
nnet,
purrr,
rlang (>= 0.4.6),
stats,
tibble,
tidyr,
tsibble (>= 0.9.0)
Suggests:
broom,
testthat (>= 3.0.0)
ByteCompile: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 7.2.3
LazyData: true
Config/testthat/edition: 3