-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.89 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
68
# Generated by roxygen2: do not edit by hand
export(run_app)
import(ggplot2)
import(shiny)
importFrom(arrow,open_dataset)
importFrom(bsicons,bs_icon)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,bs_theme)
importFrom(bslib,font_google)
importFrom(bslib,layout_sidebar)
importFrom(bslib,nav_item)
importFrom(bslib,nav_panel)
importFrom(bslib,nav_spacer)
importFrom(bslib,page_navbar)
importFrom(bslib,sidebar)
importFrom(bslib,tooltip)
importFrom(bslib,update_tooltip)
importFrom(data.table,data.table)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(forcats,fct_inorder)
importFrom(ggiraph,geom_point_interactive)
importFrom(ggiraph,geom_smooth_interactive)
importFrom(ggiraph,girafe)
importFrom(ggiraph,girafeOutput)
importFrom(ggiraph,opts_hover)
importFrom(ggiraph,opts_hover_inv)
importFrom(ggiraph,renderGirafe)
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_chr)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(shiny,NS)
importFrom(shiny,div)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,req)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,updateSelectizeInput)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(targets,tar_objects)
importFrom(targets,tar_read_raw)
importFrom(tidyr,pivot_longer)