-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
55 lines (55 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
Package: feasts
Title: Feature Extraction and Statistics for Time Series
Version: 0.4.1.9000
Description: Provides a collection of features, decomposition methods,
statistical summaries and graphics functions for the analysing tidy time
series data. The package name 'feasts' is an acronym comprising of its key
features: Feature Extraction And Statistics for Time Series.
Authors@R: c(
person("Mitchell", "O'Hara-Wild", email = "[email protected]", role = c("aut", "cre")),
person("Rob", "Hyndman", role = "aut"),
person("Earo", "Wang", role = "aut"),
person("Di", "Cook", role = "ctb"),
person("Thiyanga", "Talagala", role = "ctb", comment = "Correlation features"),
person("Leanne", "Chhay", role = "ctb", comment = "Guerrero's method")
)
Depends:
R (>= 3.5.0),
fabletools (>= 0.3.1)
Imports:
rlang (>= 0.2.0),
tibble (>= 1.4.1),
tsibble (>= 0.9.0),
ggplot2 (>= 3.0.0),
dplyr (>= 1.0.0),
tidyr (>= 0.8.3),
scales (>= 1.1.0),
vctrs,
lubridate,
grid,
slider,
utils,
lifecycle,
gtable
Suggests:
tsibbledata,
pillar (>= 1.0.1),
knitr,
rmarkdown,
testthat,
covr,
seasonal,
urca,
fracdiff,
fable,
ggrepel
ByteCompile: true
VignetteBuilder: knitr
License: GPL-3
URL: http://feasts.tidyverts.org/, https://github.com/tidyverts/feasts/
BugReports: https://github.com/tidyverts/feasts/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Language: en-GB
RdMacros: lifecycle