-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·80 lines (79 loc) · 2.28 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
# Generated by roxygen2: do not edit by hand
export(compute_idea)
export(diag_idea)
export(old_idea)
export(plot_idea)
export(read_idea)
export(runGUI)
export(show_decision_rules)
export(show_tree_structure)
export(write_idea)
import(data.table)
import(ggplot2)
importFrom(ggimage,geom_image)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,draw_key_rect)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_identity)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_boxplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(ggpubr,colnames_style)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,ggtexttable)
importFrom(ggpubr,rownames_style)
importFrom(ggpubr,tbody_style)
importFrom(ggpubr,ttheme)
importFrom(ggtext,geom_textbox)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(pdftools,pdf_convert)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,check_installed)
importFrom(rmarkdown,render)
importFrom(shiny,runApp)
importFrom(stats,na.omit)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)