-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
88 lines (87 loc) · 2.7 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
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(bake,step_aggregate_hclust)
S3method(bake,step_aggregate_list)
S3method(bake,step_rownormalize_tss)
S3method(bake,step_select_background)
S3method(bake,step_select_cv)
S3method(bake,step_select_kruskal)
S3method(bake,step_select_wilcoxon)
S3method(bake,step_taxonomy)
S3method(prep,step_aggregate_hclust)
S3method(prep,step_aggregate_list)
S3method(prep,step_rownormalize_tss)
S3method(prep,step_select_background)
S3method(prep,step_select_cv)
S3method(prep,step_select_kruskal)
S3method(prep,step_select_wilcoxon)
S3method(prep,step_taxonomy)
S3method(print,step_aggregate_hclust)
S3method(print,step_aggregate_list)
S3method(print,step_rownormalize_tss)
S3method(print,step_select_background)
S3method(print,step_select_cv)
S3method(print,step_select_kruskal)
S3method(print,step_select_wilcoxon)
S3method(print,step_taxonomy)
S3method(required_pkgs,step_aggregate_hclust)
S3method(required_pkgs,step_aggregate_list)
S3method(required_pkgs,step_rownormalize_tss)
S3method(required_pkgs,step_select_background)
S3method(required_pkgs,step_select_cv)
S3method(required_pkgs,step_select_kruskal)
S3method(required_pkgs,step_select_wilcoxon)
S3method(required_pkgs,step_taxonomy)
S3method(tidy,step_aggregate_hclust)
S3method(tidy,step_aggregate_list)
S3method(tidy,step_rownormalize_tss)
S3method(tidy,step_select_background)
S3method(tidy,step_select_cv)
S3method(tidy,step_select_kruskal)
S3method(tidy,step_select_wilcoxon)
S3method(tidy,step_taxonomy)
export("%>%")
export(step_aggregate_hclust)
export(step_aggregate_list)
export(step_rownormalize_tss)
export(step_select_background)
export(step_select_cv)
export(step_select_kruskal)
export(step_select_wilcoxon)
export(step_taxonomy)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(generics,required_pkgs)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,check_new_data)
importFrom(recipes,check_type)
importFrom(recipes,is_trained)
importFrom(recipes,prep)
importFrom(recipes,print_step)
importFrom(recipes,rand_id)
importFrom(recipes,recipes_eval_select)
importFrom(recipes,sel2char)
importFrom(recipes,step)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(stats,as.formula)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kruskal.test)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,expand_grid)
importFrom(tidyr,unnest_longer)