-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
48 lines (47 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
export(runmemapp)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,select)
importFrom(formattable,formattable)
importFrom(formattable,formattableOutput)
importFrom(formattable,formatter)
importFrom(formattable,icontext)
importFrom(formattable,renderFormattable)
importFrom(formattable,style)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(mem,memevolution)
importFrom(mem,memgoodness)
importFrom(mem,memmodel)
importFrom(mem,memstability)
importFrom(mem,memtiming)
importFrom(plotly,ggplotly)
importFrom(shiny,runApp)
importFrom(shinyBS,popify)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinydashboard,box)
importFrom(shinydashboard,valueBox)
importFrom(shinyjs,useShinyjs)
importFrom(stringi,stri_enc_detect)
importFrom(stringi,stri_enc_isascii)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_count)
importFrom(stringr,str_match)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,spread)