-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.28 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
89
# Generated by roxygen2: do not edit by hand
S3method(coef,tidyFit)
S3method(coef,tidyfit.models)
S3method(fitted,tidyFit)
S3method(glance,tidyFit)
S3method(plot,tidyFit)
S3method(predict,tidyFit)
S3method(predict,tidyfit.models)
S3method(resid,tidyFit)
S3method(summary,tidyFit)
S3method(tidy,tidyFit)
export(classify)
export(m)
export(regress)
importFrom(MASS,rlm)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dials,grid_regular)
importFrom(dials,mixture)
importFrom(dials,penalty)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_nest)
importFrom(dplyr,group_split)
importFrom(dplyr,group_vars)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_pmap_dfr)
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(progressr,progressor)
importFrom(purrr,cross)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,partial)
importFrom(purrr,quietly)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rsample,int_pctl)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(tibble,enframe)
importFrom(tibble,new_tibble)
importFrom(tidyr,complete)
importFrom(tidyr,expand_grid)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,globalVariables)
importFrom(utils,object.size)
importFrom(yardstick,mn_log_loss)
importFrom(yardstick,rmse)