-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(autonames)
export(cross_fit)
export(cross_fit_glm)
export(cross_fit_robust)
export(cross_join)
export(cross_list)
export(cross_tbl)
export(future_imap_vec)
export(future_map2_vec)
export(future_map_vec)
export(future_pmap_vec)
export(future_xmap)
export(future_xmap_arr)
export(future_xmap_chr)
export(future_xmap_dbl)
export(future_xmap_dfc)
export(future_xmap_dfr)
export(future_xmap_int)
export(future_xmap_lgl)
export(future_xmap_mat)
export(future_xmap_raw)
export(future_xmap_vec)
export(future_xwalk)
export(imap_vec)
export(map2_vec)
export(map_vec)
export(pmap_vec)
export(tidy_glance)
export(xmap)
export(xmap_arr)
export(xmap_chr)
export(xmap_dbl)
export(xmap_dfc)
export(xmap_dfr)
export(xmap_int)
export(xmap_lgl)
export(xmap_mat)
export(xmap_raw)
export(xmap_vec)
export(xpluck)
export(xwalk)
importFrom(lifecycle,deprecated)
importFrom(rlang,":=")
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lm)