-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.35 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
export(get_modules)
export(get_users)
export(is_request)
export(prepare_content)
export(prepare_request)
export(prepare_style)
export(prepare_url_alr_url)
export(progression_plot)
export(run_app)
import(shiny)
import(shinydashboardPlus)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(bslib,bs_theme)
importFrom(bslib,font_google)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_count)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_nudge)
importFrom(ggplot2,qplot)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,day)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(mongolite,mongo)
importFrom(plotly,ggplotly)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyTime,timeInput)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,infoBox)
importFrom(shinydashboard,infoBoxOutput)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,renderInfoBox)
importFrom(shinydashboard,renderMenu)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,sidebarMenuOutput)
importFrom(shinydashboard,tabBox)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,useShinyjs)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(thematic,thematic_shiny)
importFrom(tidyr,pivot_longer)
importFrom(timevis,centerItem)
importFrom(timevis,renderTimevis)
importFrom(timevis,setWindow)
importFrom(timevis,timevis)
importFrom(timevis,timevisOutput)