-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
105 lines (104 loc) · 2.78 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
export(app_server)
export(app_ui)
export(build_cod_matrix)
export(build_reduction_matrix)
export(decompose_by_age)
export(decompose_by_cod)
export(golem_add_external_resources)
export(modify_cod_table)
export(modify_life_table)
export(plot_change)
export(plot_cod)
export(plot_decompose)
export(plot_map)
export(plot_theme)
export(prepare_data_mode_cntr)
export(prepare_data_mode_cod)
export(prepare_data_mode_sex)
export(run_app)
export(setSliderColor_)
export(tab_md)
export(ui_dashbord)
export(ui_datatab)
export(ui_tabs)
export(useShinydashboard_)
import(data.table)
import(ggplot2)
import(golem)
import(leaflet)
import(markdown)
import(sf)
import(shinyBS)
import(shinyWidgets)
import(shinydashboard)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbFetch)
importFrom(DBI,dbSendQuery)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(MortalityLaws,LifeTable)
importFrom(RPostgres,Postgres)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(glue,glue_data)
importFrom(htmltools,HTML)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,findDependencies)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(leaflet.extras,addFullscreenControl)
importFrom(leaflet.extras,addResetMapButton)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(purrr,map)
importFrom(shiny,actionButton)
importFrom(shiny,addResourcePath)
importFrom(shiny,bookmarkButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,div)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,getShinyOption)
importFrom(shiny,h3)
importFrom(shiny,icon)
importFrom(shiny,includeMarkdown)
importFrom(shiny,navbarPage)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyOptions)
importFrom(shiny,showNotification)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSliderInput)
importFrom(shiny,validateCssUnit)
importFrom(shinyjs,useShinyjs)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,new_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)