forked from earowang/fasster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.22 KB
/
NAMESPACE
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
S3method(accuracy,fasster)
S3method(as.data.frame,fasster)
S3method(as.tibble,fasster)
S3method(as.tsibble,fasster)
S3method(as_tibble,fasster)
S3method(as_tsibble,fasster)
S3method(autolayer,tbl_forecast)
S3method(autoplot,fasster)
S3method(autoplot,tbl_forecast)
S3method(fitted,fasster)
S3method(forecast,fasster)
S3method(fortify,fasster)
S3method(fortify,tbl_forecast)
S3method(getResponse,fasster)
S3method(print,fasster)
S3method(print,tbl_forecast)
S3method(residuals,fasster)
S3method(summary,fasster)
export("%>%")
export(fasster)
export(ggfitted)
import(stats)
importFrom(dlm,dlmFilter)
importFrom(dlm,dlmModARMA)
importFrom(dlm,dlmModPoly)
importFrom(dlm,dlmModReg)
importFrom(dlm,dlmModSeas)
importFrom(dlm,dlmModTrig)
importFrom(dlm,dlmSmooth)
importFrom(dlm,dlmSvd2var)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(forecast,BoxCox)
importFrom(forecast,InvBoxCox)
importFrom(forecast,accuracy)
importFrom(forecast,autolayer)
importFrom(forecast,forecast)
importFrom(forecast,geom_forecast)
importFrom(forecast,getResponse)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,":=")
importFrom(rlang,as_quosure)
importFrom(rlang,eval_tidy)
importFrom(rlang,get_expr)
importFrom(rlang,quo_text)
importFrom(rlang,sym)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tsibble,as.tibble)
importFrom(tsibble,as.tsibble)
importFrom(tsibble,as_tibble)
importFrom(tsibble,as_tsibble)
importFrom(tsibble,fill_na)
importFrom(tsibble,index)
importFrom(tsibble,interval)
importFrom(tsibble,is_tsibble)
importFrom(tsibble,key)
importFrom(utils,tail)
importFrom(utils,tail.matrix)