-
Notifications
You must be signed in to change notification settings - Fork 103
/
DESCRIPTION
64 lines (64 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
56
57
58
59
60
61
62
63
64
Package: timetk
Type: Package
Title: A Tool Kit for Working with Time Series
Version: 2.9.0
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
)
Description:
Easy visualization, wrangling, and feature engineering of time series data for
forecasting and machine learning prediction. Consolidates and extends time series functionality
from packages including 'dplyr', 'stats', 'xts', 'forecast', 'slider', 'padr', 'recipes', and 'rsample'.
URL: https://github.com/business-science/timetk,
https://business-science.github.io/timetk/
BugReports: https://github.com/business-science/timetk/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
recipes (>= 1.0.4),
rsample,
dplyr (>= 1.0.0),
ggplot2 (>= 3.4.0),
forcats,
stringr,
plotly,
lubridate (>= 1.6.0),
padr (>= 0.5.2),
purrr (>= 0.2.2),
readr (>= 1.3.0),
stringi (>= 1.4.6),
tibble (>= 3.0.3),
tidyr (>= 1.1.0),
xts (>= 0.9-7),
zoo (>= 1.7-14),
rlang (>= 1.1.1),
tidyselect (>= 1.1.0),
slider,
anytime,
timeDate,
forecast,
tsfeatures,
hms,
generics
Suggests:
modeltime,
glmnet,
workflows,
parsnip,
tune (>= 0.1.2),
knitr,
rmarkdown,
broom,
scales,
testthat,
fracdiff,
timeSeries,
tseries,
trelliscopejs
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr