This commit is contained in:
2022-01-14 21:16:37 +01:00
parent ed7751b3a8
commit 7c6fe187d6
114 changed files with 1020454 additions and 0 deletions

31
NAMESPACE Executable file
View File

@@ -0,0 +1,31 @@
# Generated by roxygen2: do not edit by hand
export(run_app)
import(DT)
import(dplyr)
import(shiny)
import(shinydashboard)
importFrom(bslib,bs_theme)
importFrom(fst,read.fst)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(scales,unit_format)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(tidyr,pivot_wider)