-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.16 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(createlist_ui)
export(distribution_ui)
export(generate_ui)
export(generate_ui_agrofims)
export(managerlist_ui)
export(managerlist_ui_agrofims)
export(parent_ui)
export(server_createlist)
export(server_distribution)
export(server_generate)
export(server_generate_agrofims)
export(server_managerlist)
export(server_managerlist_agrofims)
export(server_parentlist)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(data.table,rbindlist)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidRow)
importFrom(shiny,h2)
importFrom(shiny,icon)
importFrom(shiny,reactive)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,selectizeInput)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,withProgress)
importFrom(shinydashboard,box)
importFrom(shinysky,actionButton2)
importFrom(shinysky,showshinyalert)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(utils,download.file)
importFrom(utils,unzip)