-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
49 lines (49 loc) · 1.26 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
Package: sweep
Type: Package
Title: Tidy Tools for Forecasting
Version: 0.2.0
Date: 2017-07-25
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
)
Maintainer: Matt Dancho <[email protected]>
Description:
Tidies up the forecasting modeling and prediction work flow,
extends the 'broom' package
with 'sw_tidy', 'sw_glance', 'sw_augment', and 'sw_tidy_decomp' functions
for various forecasting models,
and enables converting 'forecast' objects to
"tidy" data frames with 'sw_sweep'.
URL: https://github.com/business-science/sweep
BugReports: https://github.com/business-science/sweep/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
Imports:
broom (>= 0.4.2),
devtools (>= 1.12.0),
dplyr (>= 0.7.0),
forecast (>= 8.0),
lazyeval (>= 0.2.0),
lubridate (>= 1.6.0),
tibble (>= 1.2),
tidyr (>= 0.6.1),
timetk (>= 0.1.0)
Suggests:
forcats,
knitr,
rmarkdown,
testthat,
purrr,
readr,
robets,
stringr,
scales,
tidyquant,
tidyverse
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr