-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.15 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
# Generated by roxygen2: do not edit by hand
S3method(confound_files,bids_project)
S3method(create_preproc_mask,bids_project)
S3method(encode,character)
S3method(event_files,bids_project)
S3method(flat_list,bids_project)
S3method(func_scans,bids_project)
S3method(parse,parser)
S3method(participants,bids_project)
S3method(preproc_scans,bids_project)
S3method(print,bids_project)
S3method(read_confounds,bids_project)
S3method(read_events,bids_project)
S3method(search_files,bids_project)
S3method(sessions,bids_project)
S3method(tasks,bids_project)
export(anomalies)
export(bids_check_compliance)
export(bids_project)
export(bids_summary)
export(check_func_scans)
export(confound_files)
export(create_preproc_mask)
export(decode)
export(encode)
export(event_files)
export(file_pairs)
export(flat_list)
export(func_scans)
export(get_repetition_time)
export(load_all_events)
export(parse)
export(participants)
export(preproc_scans)
export(read_confounds)
export(read_events)
export(read_func_scans.bids_project)
export(read_preproc_scans.bids_project)
export(read_sidecar_jsons)
export(search_files)
export(sessions)
export(tasks)
import(dplyr)
import(stringr)
importFrom(Combin8R,pAlt)
importFrom(Combin8R,pLiteral)
importFrom(Combin8R,pMany)
importFrom(Combin8R,pRegex)
importFrom(Combin8R,pSeq)
importFrom(assertthat,assert_that)
importFrom(crayon,bold)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,magenta)
importFrom(crayon,yellow)
importFrom(data.tree,Node)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(fs,file_size)
importFrom(future,availableCores)
importFrom(jsonlite,read_json)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(readr,read_tsv)
importFrom(rlang,sym)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tidyselect,any_of)