-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(calculate_similarity)
export(cell_text_split)
export(check_excel_input)
export(check_excel_input_test)
export(create_excel_output)
export(dt_default)
export(emptify_object)
export(fnum)
export(ic)
export(make_names)
export(make_names_vec)
export(network_graph_images)
import(formattable)
import(grDevices)
import(graphics, except = box)
import(igraph, except = c(compare, normalize))
import(openxlsx)
import(reshape2)
import(rintrojs)
import(shinyFeedback)
import(shinyWidgets, except = c(progressBar, alert))
import(shinydashboard, except = c(dashboardPage, dashboardSidebar, box, dashboardHeader, taskItem, notificationItem, messageItem))
import(shinydashboardPlus)
import(shinyjs)
import(shinythemes)
import(splines)
import(stringr)
import(tidyverse)
import(utils)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,recode)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(shinyBS,tipify)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,na.omit)
importFrom(withr,with_par)