forked from drieslab/GiottoUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
87 lines (86 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%na%")
export("%none%")
export("%null%")
export(ansi_colors)
export(assert_dt)
export(assert_file)
export(assert_giotto)
export(assert_numeric)
export(box_chars)
export(check_github_suite_ver)
export(color_blue)
export(color_green)
export(color_purple)
export(color_red)
export(color_tag)
export(color_teal)
export(color_yellow)
export(degrees)
export(deprecate_soft)
export(deprecate_stop)
export(deprecate_warn)
export(deprecated)
export(depth)
export(determine_cores)
export(dt_dcast_string)
export(dt_remove_na)
export(dt_set_row_order)
export(dt_sort_combine_two_columns)
export(dt_to_matrix)
export(emacs_version)
export(file_extension)
export(fread_colmatch)
export(g_assert)
export(g_match_arg)
export(getDistinctColors)
export(getMonochromeColors)
export(getRainbowColors)
export(get_args)
export(get_args_list)
export(get_os)
export(get_prev_call)
export(get_prev_fname)
export(giottoNewLog)
export(giottoReadLog)
export(gstop)
export(is_emacs_with_color)
export(is_empty_char)
export(is_latex_output)
export(is_present)
export(is_utf8_output)
export(lapply_flex)
export(lifecycle_badge)
export(list_element_exists)
export(local_seed)
export(log_write)
export(mixedorder)
export(mixedsort)
export(package_check)
export(radians)
export(random_seed)
export(require_depth)
export(str_bracket)
export(str_double_quote)
export(str_locate2)
export(str_parenth)
export(str_quote)
export(str_vector)
export(time_format)
export(to_scipy_sparse)
export(use_color_text)
export(vmsg)
export(wrap_msg)
export(wrap_txt)
importClassesFrom(data.table,data.table)
importFrom(gtools,mixedorder)
importFrom(gtools,mixedsort)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%>%")
importFrom(methods,as)