-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 912 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(PartitionPipeline)
export(eve_Fl)
export(eve_T1)
export(map2_eve)
export(map_feature2_loc)
export(run_partition_pipeline)
export(suppar)
import(R6)
importFrom(EveTemplate,getEvePath)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(extrantsr,bias_correct)
importFrom(extrantsr,fslbet_robust)
importFrom(fslr,fast)
importFrom(fslr,flirt)
importFrom(fslr,fsl_biascorrect)
importFrom(fslr,fslbet)
importFrom(fslr,fslreorient2std)
importFrom(fslr,fslstats)
importFrom(neurobase,readnii)
importFrom(neurobase,writenii)
importFrom(oro.nifti,img_data)
importFrom(oro.nifti,voxres)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(reshape2,melt)
importFrom(reticulate,source_python)
useDynLib(MRIreduce, .registration = TRUE)