-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
151 lines (150 loc) · 4.39 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Generated by roxygen2: do not edit by hand
export(canvasBtn)
export(dynamicFile)
export(dynamicFileServer)
export(genGallery)
export(genHrefTable)
export(loadDF)
export(removeSpsTab)
export(sps)
export(spsAccount)
export(spsCoreTabReplace)
export(spsDb)
export(spsEncryption)
export(spsEzServer)
export(spsEzUI)
export(spsInit)
export(spsNewTab)
export(spsOptDefaults)
export(spsOptions)
export(spsTabInfo)
import(drawer)
import(shiny)
import(spsComps)
import(spsUtil)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(R6,R6Class)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbClearResult)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbGetQuery)
importFrom(RSQLite,dbGetRowsAffected)
importFrom(RSQLite,dbListTables)
importFrom(RSQLite,dbSendStatement)
importFrom(RSQLite,dbWriteTable)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.writeable)
importFrom(assertthat,not_empty)
importFrom(crayon,blue)
importFrom(crayon,chr)
importFrom(crayon,green)
importFrom(crayon,make_style)
importFrom(dplyr,as_tibble)
importFrom(dplyr,collect)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(dplyr,slice)
importFrom(dplyr,tbl)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(htmltools,doRenderTags)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(openssl,decrypt_envelope)
importFrom(openssl,encrypt_envelope)
importFrom(openssl,rsa_keygen)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,parse_expr)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,navigateToFile)
importFrom(shiny,validate)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,is.empty)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyFiles,getVolumes)
importFrom(shinyFiles,parseFilePaths)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFilesButton)
importFrom(shinyWidgets,actionBttn)
importFrom(shinyWidgets,confirmSweetAlert)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,progressBar)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinyWidgets,updateProgressBar)
importFrom(shinyWidgets,updateRadioGroupButtons)
importFrom(shinyWidgets,useSweetAlert)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,menuSubItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,sidebarSearchForm)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinydashboard,valueBox)
importFrom(shinydashboardPlus,box)
importFrom(shinydashboardPlus,dashboardHeader)
importFrom(shinydashboardPlus,dashboardPage)
importFrom(shinydashboardPlus,dashboardSidebar)
importFrom(shinydashboardPlus,userBox)
importFrom(shinyjqui,jqui_resizable)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hide)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,toggleClass)
importFrom(shinyjs,toggleState)
importFrom(shinyjs,useShinyjs)
importFrom(shinytoastr,toastr_error)
importFrom(shinytoastr,toastr_info)
importFrom(shinytoastr,toastr_success)
importFrom(shinytoastr,toastr_warning)
importFrom(stats,cutree)
importFrom(stats,na.omit)
importFrom(stats,relevel)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sort)
importFrom(stringr,str_split)
importFrom(stringr,str_which)
importFrom(styler,style_file)
importFrom(styler,tidyverse_style)
importFrom(tibble,column_to_rownames)
importFrom(utils,capture.output)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,write.csv)
importFrom(vroom,col_character)
importFrom(vroom,cols)
importFrom(vroom,vroom)
importFrom(yaml,yaml.load_file)