-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.82 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
# Generated by roxygen2: do not edit by hand
export(clear)
export(collect_software_versions)
export(get_ensembl_url)
export(get_file_extension)
export(get_mart)
export(get_panel_aspect_ratios)
export(headtail)
export(iteratively_split_df)
export(less)
export(load_all_chunks)
export(load_cached_chunk)
export(log_breaks)
export(major_log_breaks)
export(make_clean_directory)
export(make_tabs_shortcode)
export(minor_log_breaks)
export(numeric_to_si)
export(open_x11)
export(preferred_choice)
export(print_object_size)
export(read_dotbabs)
export(read_msigdb)
export(remove_extension)
export(resize_and_show)
export(show_newpage_grid)
export(wideScreen)
export(write_parameters_file)
import(grid)
import(magrittr)
import(urltools)
importFrom(biomaRt,listEnsemblArchives)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useMart)
importFrom(datarepository,system.file)
importFrom(devtools,session_info)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(fs,path)
importFrom(gtable,is.gtable)
importFrom(kableExtra,kable)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(plyr,dlply)
importFrom(plyr,llply)
importFrom(purrr,map_at)
importFrom(purrr,map_depth)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(purrr,when)
importFrom(readr,read_lines)
importFrom(readr,write_csv)
importFrom(readr,write_rds)
importFrom(readr,write_tsv)
importFrom(rjson,fromJSON)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_flatten)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_upper)
importFrom(tibble,deframe)
importFrom(tibble,is_tibble)
importFrom(utils,count.fields)
importFrom(utils,page)
importFrom(yaml,read_yaml)