-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
67 lines (66 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
export(aa_clicked_to_ngl)
export(bs_input_modal)
export(bs_textInput)
export(insertUI_component)
export(insertUI_name)
export(insertUI_selection)
export(jsboxCollapse)
export(loadContacts)
export(loadLabels)
export(loadLigand)
export(loadSelections)
export(loadStage)
export(loadStructure)
export(loadSurface)
export(loadUI_component)
export(ngl_to_position)
export(readFile)
export(removeUI_component)
export(run_app)
export(selection_to_ngl)
export(sequence_df)
import(NGLVieweR)
import(bsplus)
import(colourpicker)
import(dplyr)
import(r2d3)
import(readr)
import(shiny)
import(shinyWidgets)
import(shinydashboard)
import(shinydashboardPlus)
import(shinyjqui)
import(shinyjs)
import(stringr)
import(uuid)
importFrom(bsplus,bs_attach_modal)
importFrom(bsplus,bs_modal)
importFrom(bsplus,shinyInput_label_embed)
importFrom(bsplus,shiny_iconlink)
importFrom(config,get)
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,htmlTemplate)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,textInput)
importFrom(tidyr,complete)
importFrom(tidyr,full_seq)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tools,file_ext)