-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (61 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
export(make_unique)
export(run_app)
import(dplyr)
import(ggplot2)
import(ggtranscript)
import(markdown)
import(reactable)
import(shiny)
import(shiny.semantic)
import(stringr)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,theme_linedraw)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,tagAppendAttributes)
importFrom(httr,GET)
importFrom(httr,accept)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(patchwork,plot_layout)
importFrom(purrr,map)
importFrom(reactable,getReactableState)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(rintrojs,introjs)
importFrom(rintrojs,introjsUI)
importFrom(scales,scientific)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny.semantic,grid)
importFrom(shiny.semantic,grid_template)
importFrom(shinycssloaders,withSpinner)
importFrom(stringr,str_glue)
importFrom(stringr,str_glue_data)
importFrom(stringr,str_interp)
importFrom(tidyr,unnest)