-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.81 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
# Generated by roxygen2: do not edit by hand
export(dv_example_file)
export(vr_attack)
export(vr_block)
export(vr_court_plots)
export(vr_css)
export(vr_match_summary)
export(vr_plot_icons)
export(vr_points)
export(vr_reception)
export(vr_score_evplot)
export(vr_serve)
export(vr_vote)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(datavolley,dv_cone2xy)
importFrom(datavolley,dv_example_file)
importFrom(datavolley,dv_flip_x)
importFrom(datavolley,dv_flip_y)
importFrom(datavolley,dv_xy)
importFrom(datavolley,ggcourt)
importFrom(dplyr,.data)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linewidth)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggtext,GeomRichText)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grid,unit)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,cell_spec)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,row_spec)
importFrom(knitr,kable)
importFrom(methods,as)
importFrom(rmarkdown,render)
importFrom(stats,na.omit)
importFrom(stats,prop.test)
importFrom(stats,setNames)
importFrom(stringr,str_to_title)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,where)
importFrom(utils,adist)
importFrom(utils,tail)