-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(fv_p_chart)
export(merge_data)
export(rbind_labs)
export(run_app)
export(test_volume_chart)
import(dplyr)
import(lubridate)
import(shiny)
importFrom(cdcfluview,who_nrevss)
importFrom(cli,cli_alert)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
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,"%within%")
importFrom(lubridate,as_date)
importFrom(lubridate,int_diff)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(shewhart.hybrid,PH_Chart)
importFrom(shewhart.hybrid,P_Chart)
importFrom(shewhart.hybrid,plot_run_chart)
importFrom(shiny,Progress)
importFrom(shiny,shinyApp)
importFrom(shiny,updateDateRangeInput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(stats,complete.cases)
importFrom(stringr,str_replace_all)
importFrom(tibble,tibble)
importFrom(utils,write.csv)