-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
94 lines (93 loc) · 2.44 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
90
91
92
93
94
# Generated by roxygen2: do not edit by hand
S3method(autoplot,universe)
S3method(print,category)
S3method(print,iterake)
S3method(print,universe)
S3method(weight_stats,iterake)
S3method(weight_stats,numeric)
export(add_category)
export(autoplot)
export(category)
export(control_iterake)
export(extract_weights)
export(iterake)
export(new_category)
export(sample_size)
export(universe)
export(weight_factors)
export(weight_stats)
export(weighting_efficiency)
importFrom(arrangements,permutations)
importFrom(cli,cat_bullet)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,rule)
importFrom(cli,style_italic)
importFrom(collapse,fgroup_by)
importFrom(collapse,fmax)
importFrom(collapse,fmean)
importFrom(collapse,fmedian)
importFrom(collapse,fmin)
importFrom(collapse,fmutate)
importFrom(collapse,fselect)
importFrom(collapse,fsum)
importFrom(collapse,fungroup)
importFrom(collapse,join)
importFrom(collapse,qtab)
importFrom(collapse,replace_inf)
importFrom(collapse,ss)
importFrom(dplyr,all_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,summarise)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_rev)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(glue,glue)
importFrom(labelled,is.labelled)
importFrom(labelled,val_labels)
importFrom(purrr,list_c)
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,dots_list)
importFrom(rlang,syms)
importFrom(rlang,warn)
importFrom(scales,comma)
importFrom(scales,number)
importFrom(scales,percent)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(utils,tail)