-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·42 lines (41 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(find_coords)
export(mod_csv_file)
export(mod_csv_fileInput)
export(plotlyMesh)
export(plotlyMesh_all)
export(plotlySpots)
export(plotlySpots_all)
export(run_app)
export(show_cellcontour)
export(show_tensors)
import(shiny)
importFrom(colorRamps,matlab.like)
importFrom(dplyr,enquo)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,tibble)
importFrom(glue,glue)
importFrom(graphics,hist)
importFrom(magrittr,"%>%")
importFrom(plotly,add_markers)
importFrom(plotly,add_trace)
importFrom(plotly,animation_opts)
importFrom(plotly,animation_slider)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(shiny,addResourcePath)
importFrom(shiny,shinyApp)
importFrom(stats,rnorm)
importFrom(tidyr,unnest)
importFrom(utils,read.csv)