-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(PPV_diagnostic_vs_screening)
export(PPV_heatmap)
export(min_possible_prevalence)
export(plot_cutoff)
export(remove_layers_cutoff_plot)
importFrom(cli,cli_alert_info)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer_scales)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_colour_hue)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggtext,element_markdown)
importFrom(gt,cell_text)
importFrom(gt,cells_column_labels)
importFrom(gt,cols_align)
importFrom(gt,cols_label)
importFrom(gt,fmt_markdown)
importFrom(gt,gt)
importFrom(gt,tab_style)
importFrom(magrittr,"%>%")
importFrom(png,readPNG)
importFrom(reshape2,melt)
importFrom(scales,comma)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)