forked from funkyheatmap/funkyheatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
78 lines (77 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
export(funky_heatmap)
export(geom_rounded_rect)
export(verify_column_groups)
export(verify_column_info)
export(verify_data)
export(verify_palettes)
export(verify_row_groups)
export(verify_row_info)
import(ggplot2)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rdpack,reprompt)
importFrom(assertthat,"%has_name%")
importFrom(assertthat,assert_that)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cowplot,draw_image)
importFrom(cowplot,theme_nothing)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggforce,geom_arc)
importFrom(ggforce,geom_arc_bar)
importFrom(ggforce,geom_circle)
importFrom(grDevices,colorRampPalette)
importFrom(purrr,"%>%")
importFrom(purrr,"%||%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_df)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_df)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(stats,na.omit)
importFrom(stringr,str_count)
importFrom(stringr,str_to_title)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,lst)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,crossing)
importFrom(tidyr,gather)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,tail)