-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
71 lines (70 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
S3method(as_rulelist,data.frame)
S3method(augment,rulelist)
S3method(calculate,rulelist)
S3method(plot,prune_rulelist)
S3method(plot,rulelist)
S3method(predict,rulelist)
S3method(predict,ruleset)
S3method(print,prune_rulelist)
S3method(print,rulelist)
S3method(print,ruleset)
S3method(prune,rulelist)
S3method(reorder,rulelist)
S3method(tidy,C5.0)
S3method(tidy,constparty)
S3method(tidy,cubist)
S3method(tidy,rpart)
export(as_rulelist)
export(as_ruleset)
export(augment)
export(calculate)
export(convert_rule_flavor)
export(prune)
export(reorder)
export(set_keys)
export(set_validation_data)
export(tidy)
export(to_sql_case)
importFrom(data.table,":=")
importFrom(generics,augment)
importFrom(generics,calculate)
importFrom(generics,prune)
importFrom(generics,tidy)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(stats,IQR)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
importFrom(tidytable,across)
importFrom(tidytable,all_of)
importFrom(tidytable,arrange)
importFrom(tidytable,bind_cols)
importFrom(tidytable,bind_rows)
importFrom(tidytable,distinct)
importFrom(tidytable,drop_na)
importFrom(tidytable,inner_join)
importFrom(tidytable,left_join)
importFrom(tidytable,mutate)
importFrom(tidytable,n)
importFrom(tidytable,nest)
importFrom(tidytable,pivot_longer)
importFrom(tidytable,pivot_wider)
importFrom(tidytable,pull)
importFrom(tidytable,relocate)
importFrom(tidytable,right_join)
importFrom(tidytable,row_number)
importFrom(tidytable,select)
importFrom(tidytable,slice)
importFrom(tidytable,summarise)
importFrom(tidytable,unnest)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)