forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
114 lines (113 loc) · 3.12 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
export("%$%")
export("%<-%")
export("%<>%")
export("%>%")
export(as_tibble)
export(combine_plots)
export(enframe)
export(ggbarstats)
export(ggbetweenstats)
export(ggcoefstats)
export(ggcorrmat)
export(ggdotplotstats)
export(gghistostats)
export(ggpiestats)
export(ggscatterstats)
export(ggwithinstats)
export(grouped_ggbarstats)
export(grouped_ggbetweenstats)
export(grouped_ggcorrmat)
export(grouped_ggdotplotstats)
export(grouped_gghistostats)
export(grouped_ggpiestats)
export(grouped_ggscatterstats)
export(grouped_ggwithinstats)
export(theme_corrmat)
export(theme_ggstatsplot)
export(theme_pie)
export(tibble)
import(ggplot2)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,last)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,percent_rank)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggrepel,geom_label_repel)
importFrom(ggsignif,geom_signif)
importFrom(insight,find_statistic)
importFrom(insight,is_model)
importFrom(insight,standardize_names)
importFrom(ipmisc,"%$%")
importFrom(ipmisc,"%<-%")
importFrom(ipmisc,"%<>%")
importFrom(ipmisc,"%>%")
importFrom(ipmisc,as_tibble)
importFrom(ipmisc,enframe)
importFrom(ipmisc,format_num)
importFrom(ipmisc,tibble)
importFrom(pairwiseComparisons,p_adjust_text)
importFrom(pairwiseComparisons,pairwise_caption)
importFrom(pairwiseComparisons,pairwise_comparisons)
importFrom(paletteer,scale_color_paletteer_d)
importFrom(paletteer,scale_fill_paletteer_d)
importFrom(parameters,describe_distribution)
importFrom(parameters,model_parameters)
importFrom(parameters,standardize_names)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(performance,model_performance)
importFrom(purrr,is_bare_numeric)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,exec)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,quo_text)
importFrom(stats,chisq.test)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,oneway.test)
importFrom(stats,quantile)
importFrom(stats,t.test)
importFrom(statsExpressions,contingency_table)
importFrom(statsExpressions,corr_test)
importFrom(statsExpressions,correlation)
importFrom(statsExpressions,meta_analysis)
importFrom(statsExpressions,one_sample_test)
importFrom(statsExpressions,oneway_anova)
importFrom(statsExpressions,two_sample_test)
importFrom(tidyr,drop_na)
importFrom(tidyr,uncount)
importFrom(tidyr,unite)
importFrom(utils,combn)