-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
115 lines (114 loc) · 3.26 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
# Generated by roxygen2: do not edit by hand
export(agroMapVector)
export(centralDataToVarTable)
export(checkDirStucture)
export(checkFileSystem)
export(flatMuso)
export(getFilePath)
export(getFilesFromIni)
export(launchApp)
export(listToExcel)
export(readQueryFromDB)
export(trimColorSet)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbListTables)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbRemoveTable)
importFrom(DBI,dbSendQuery)
importFrom(DBI,dbWriteTable)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(RSQLite,SQLite)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,month)
importFrom(data.table,set)
importFrom(data.table,year)
importFrom(doSNOW,registerDoSNOW)
importFrom(fields,image.plot)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,future)
importFrom(grDevices,colorRampPalette)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(maps,map)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,write.xlsx)
importFrom(openxlsx,writeData)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plotly,'%>%')
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,toRGB)
importFrom(promises,"%...>%")
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,callModule)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,dataTableOutput)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,getShinyOption)
importFrom(shiny,imageOutput)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeUI)
importFrom(shiny,renderDataTable)
importFrom(shiny,renderImage)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyOptions)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,tableOutput)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSelectizeInput)
importFrom(shinyFiles,parseDirPath)
importFrom(shinyFiles,shinyDirButton)
importFrom(shinyFiles,shinyDirChoose)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFilesButton)
importFrom(shinyjs,addClass)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,onclick)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,show)
importFrom(shinyjs,toggleState)
importFrom(shinyjs,useShinyjs)
importFrom(showtext,showtext_auto)
importFrom(sysfonts,font_add)