-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
export(CAT12vextract)
export(FSLRvextract)
export(HIPvextract)
export(RFT_vertex_analysis)
export(SURFvextract)
export(TFCE_threshold)
export(TFCE_vertex_analysis)
export(TFCE_vertex_analysis_mixed)
export(VWRfirstrun)
export(atlas_to_surf)
export(decode_surf_data)
export(fs5_to_fs6)
export(fs6_to_fs5)
export(fs_stats)
export(plot_surf)
export(plot_surf3d)
export(smooth_surf)
export(surf_to_atlas)
export(surf_to_vol)
exportClasses(MNIsurface)
exportClasses(ROImap)
exportClasses(edgelist)
importFrom(ciftiTools,ciftiTools.setOption)
importFrom(ciftiTools,readcii)
importFrom(doParallel,registerDoParallel)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(freesurferformats,read.fs.mgh)
importFrom(fs,path_home)
importFrom(gifti,readgii)
importFrom(grDevices,col2rgb)
importFrom(grid,grid.raster)
importFrom(igraph,components)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,is)
importFrom(methods,new)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(png,readPNG)
importFrom(rappdirs,user_data_dir)
importFrom(reticulate,conda_binary)
importFrom(reticulate,import)
importFrom(reticulate,miniconda_path)
importFrom(reticulate,np_array)
importFrom(reticulate,py_module_available)
importFrom(reticulate,r_to_py)
importFrom(reticulate,source_python)
importFrom(reticulate,tuple)
importFrom(stats,.lm.fit)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,runif)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tools,R_user_dir)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,menu)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)