-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 849 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 849 Bytes
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
# Generated by roxygen2: do not edit by hand
export(run_app)
import(callr)
import(dplyr)
import(ggplot2)
import(here)
import(plotly)
import(roleR)
import(shiny)
importFrom(dplyr,left_join)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rmarkdown,render)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyBS,bsButton)
importFrom(shinyBS,bsTooltip)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(uuid,UUIDgenerate)
importFrom(zip,zip)