-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_steps)
export(extract_step_item)
export(fit_rsample_nested)
export(normalize)
export(predict_rsample_nested)
export(prepper_nested)
export(rolling_origin_nested)
export(unnormalize)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,pull)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,period)
importFrom(lubridate,round_date)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(recipes,bake)
importFrom(recipes,fully_trained)
importFrom(recipes,juice)
importFrom(recipes,prep)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,caller_env)
importFrom(rlang,env_bind)
importFrom(rlang,eval_tidy)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,is_expression)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(rsample,rolling_origin)
importFrom(stats,formula)
importFrom(stats,predict)
importFrom(tibble,enframe)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,spread)