-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
122 lines (121 loc) · 3.14 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.case_colors)
export(.current_vars)
export(.hosp_colors)
export(.hosp_vars)
export(.hosp_vars_datahub)
export(.neg_vars)
export(.tests_colors)
export(.vacc_colors)
export(.vacc_vars)
export(.vacc_vars_datahub)
export(add_growth_death_rate)
export(add_log_scale)
export(aggr_to_cont)
export(aggregate_country_data)
export(aggregate_province_timeseries_data)
export(align_country_names_pop)
export(align_country_names_pop_reverse)
export(barplots_colors)
export(basic_plot_theme)
export(build_data)
export(build_data_aggr)
export(capitalize_first_letter)
export(capitalize_names_df)
export(combine_hospvars_lev2)
export(confirmed_timeseries_csv_url)
export(daily_url)
export(date_bar_plot)
export(deaths_timeseries_csv_url)
export(fix_colors)
export(fix_legend_position)
export(from_contagion_day_bar_facet_plot)
export(from_contagion_day_bar_plot)
export(getTableOptions)
export(get_Covid19_version)
export(get_daily_data)
export(get_datahub)
export(get_datahub_fix_ch)
export(get_date_data)
export(get_pop_data)
export(get_pop_datahub)
export(get_timeseries_by_contagion_day_data)
export(get_timeseries_country_data)
export(get_timeseries_data)
export(get_timeseries_full_data)
export(get_timeseries_global_data)
export(get_timeseries_province_data)
export(get_timeseries_single_data)
export(lab_percent)
export(lw_vars_calc)
export(merge_pop_data)
export(new_total_colors)
export(noaxislab_theme)
export(plot_all_highlight)
export(plot_rate_hist)
export(prefix_var)
export(recovered_timeseries_csv_url)
export(remove_legend)
export(roundUp)
export(run_app)
export(secondline_theme)
export(stackedbarplot_plot)
export(time_evol_area_plot)
export(time_evol_line_facet_plot)
export(time_evol_line_plot)
import(dplyr)
import(ggplot2)
import(leaflet)
import(leaflet.extras)
import(lubridate)
import(markdown)
import(purrr)
import(shiny)
import(stringr)
import(tidyr)
import(zoo)
importFrom(COVID19,covid19)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(RColorBrewer,brewer.pal)
importFrom(bsplus,bs_embed_tooltip)
importFrom(bsplus,use_bs_tooltip)
importFrom(config,get)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,ungroup)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot.new)
importFrom(grid,grid.draw)
importFrom(leaflet,colorFactor)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,leafletOutput)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,with_tz)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,plotly_build)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(rlang,sym)
importFrom(scales,label_number)
importFrom(shiny,NS)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinycssloaders,withSpinner)
importFrom(sp,merge)
importFrom(stringr,str_to_title)