-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
executable file
·43 lines (42 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(forecast,ARml)
S3method(predict,conformalRegressor)
S3method(residuals,ARml)
export("%<>%")
export("%>%")
export(ARml)
export(accuracy)
export(autolayer)
export(autoplot)
export(conformalRegressor)
export(forecast)
export(get_var_imp)
export(split_ts)
export(suggested_methods)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(caret,varImp)
importFrom(dplyr,bind_cols)
importFrom(forecast,BoxCox)
importFrom(forecast,BoxCox.lambda)
importFrom(forecast,InvBoxCox)
importFrom(forecast,autolayer)
importFrom(forecast,autoplot)
importFrom(forecast,fourier)
importFrom(forecast,is.constant)
importFrom(forecast,na.interp)
importFrom(generics,accuracy)
importFrom(generics,forecast)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,"tsp<-")
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)