-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
S3method(plot,cat_sample)
S3method(plot,cont_sample)
S3method(plot,elic_cont)
S3method(print,elic_cat)
S3method(print,elic_cont)
S3method(summary,cat_sample)
S3method(summary,cont_sample)
export(cat_add_data)
export(cat_get_data)
export(cat_sample_data)
export(cat_start)
export(cont_add_data)
export(cont_get_data)
export(cont_sample_data)
export(cont_start)
importFrom(cli,cli_abort)
importFrom(cli,cli_h2)
importFrom(cli,cli_li)
importFrom(cli,cli_text)
importFrom(cli,col_magenta)
importFrom(cli,style_underline)
importFrom(digest,digest)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_all)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rows_upsert)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,where)
importFrom(extraDistr,rdirichlet)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(googlesheets4,read_sheet)
importFrom(mc2d,rpert)
importFrom(miceadds,sumpreserving.rounding)
importFrom(openxlsx,read.xlsx)
importFrom(rlang,.data)
importFrom(rlang,caller_env)
importFrom(scales,hue_pal)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_split_1)
importFrom(tibble,as_tibble)
importFrom(tibble,remove_rownames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tools,file_ext)
importFrom(utils,read.csv)