-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(run_app)
import(dplyr)
import(ggplot2)
import(ggridges)
import(hrbrthemes)
import(scales)
import(shiny)
import(stringr)
import(tidyr)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,providers)
importFrom(leaflet,renderLeaflet)
importFrom(magrittr,"%>%")
importFrom(rmarkdown,render)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,dropdown)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,multiInput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,switchInput)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,extendShinyjs)
importFrom(shinyjs,useShinyjs)
importFrom(writexl,write_xlsx)