-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (85 loc) · 2.03 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
# Generated by roxygen2: do not edit by hand
export(add_empty_roi)
export(average_trial)
export(base_plot)
export(best_trial)
export(cross_detector)
export(define_rectangle)
export(export_summary)
export(find_exits)
export(generate_toy_dataset)
export(get_paired_plot_theme)
export(get_sleep_plot_theme)
export(get_summary_plot_theme)
export(get_traces_plot_theme)
export(global_mask)
export(idocr)
export(link_idoc_metadata)
export(load_controller)
export(load_dataset)
export(load_idoc_data)
export(load_metadata)
export(load_rois)
export(load_systematic_rois)
export(main)
export(make_summary)
export(melt_idoc_data)
export(paired_plot)
export(plot_dataset)
export(preference_index)
export(preprocess_controller)
export(preprocess_dataset)
export(process_folder)
export(read_config)
export(reshape_controller)
export(trial1)
export(trial2)
export(update_scores_with_manual_annotation)
import(behavr)
import(data.table)
import(ggetho)
import(ggplot2)
import(ggprism)
import(ggsignif)
import(ggtext)
import(glue)
import(scopr)
import(sleepr)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,nest_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(gtools,mixedsort)
importFrom(janitor,row_to_names)
importFrom(magrittr,`%>%`)
importFrom(parallel,mclapply)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(scales,reverse_trans)
importFrom(stringr,str_count)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(yaml,read_yaml)
importFrom(zoo,na.locf)