forked from business-science/timetk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
71 lines (71 loc) · 1.64 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
65
66
67
68
69
70
71
Package: timetk
Type: Package
Title: A Tool Kit for Working with Time Series in R
Version: 2.8.2.9000
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,
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 (>= 0.4.7),
tidyselect (>= 1.1.0),
slider,
anytime,
timeDate,
forecast,
tsfeatures,
hms,
assertthat,
generics
Suggests:
tidyquant,
tidymodels,
modeltime,
workflows,
parsnip,
tune,
yardstick,
tidyverse,
knitr,
rmarkdown,
robets,
broom,
scales,
testthat,
fracdiff,
timeSeries,
tseries,
trelliscopejs,
roxygen2,
covr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr