-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
S3method(print,NIflow)
S3method(summary,NIflow)
export(NIflow)
export(add)
export(download_repo)
export(execute)
export(get_flow)
export(get_flows_dir)
export(merge)
export(set_flows_dir)
import(crayon)
import(igraph)
import(stringr)
importFrom(R6,R6Class)
importFrom(RCurl,url.exists)
importFrom(Rcpp,sourceCpp)
importFrom(Rgraphviz,agopen)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graph,graphAM)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,grid.newpage)
importFrom(grid,grob)
importFrom(grid,stringWidth)
importFrom(grid,unit)
importFrom(igraph,add_edges)
importFrom(igraph,add_vertices)
importFrom(igraph,as_adj)
importFrom(igraph,make_empty_graph)
importFrom(igraph,topo_sort)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(neurobase,fast_readnii)
importFrom(neurobase,readnii)
importFrom(prettyunits,pretty_bytes)
importFrom(pryr,object_size)
importFrom(pryr,partial)
importFrom(purrr,map_dbl)
importFrom(scales,alpha)
importFrom(scales,hue_pal)
importFrom(stringr,str_flatten)
importFrom(stringr,str_split)
importFrom(styler,style_text)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,installed.packages)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(utils,zip)
useDynLib(wf4ni, .registration = TRUE)