-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
132 lines (131 loc) · 4.05 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
# Generated by roxygen2: do not edit by hand
export(lucidum)
import(data.table)
import(pkgload)
import(sf)
import(shiny)
import(shinydashboard)
import(splines)
import(stats)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatPercentage)
importFrom(DT,formatRound)
importFrom(DT,formatSignif)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(DT,styleEqual)
importFrom(DT,styleInterval)
importFrom(DiagrammeR,add_global_graph_attrs)
importFrom(DiagrammeR,create_edge_df)
importFrom(DiagrammeR,create_graph)
importFrom(DiagrammeR,grVizOutput)
importFrom(DiagrammeR,renderGrViz)
importFrom(DiagrammeR,render_graph)
importFrom(broom,tidy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(fs,path_home)
importFrom(golem,get_golem_options)
importFrom(golem,with_golem_options)
importFrom(grDevices,colorRamp)
importFrom(grDevices,rgb)
importFrom(htmlwidgets,onRender)
importFrom(leaflet,JS)
importFrom(leaflet,addCircles)
importFrom(leaflet,addEasyButton)
importFrom(leaflet,addLabelOnlyMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addMapPane)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addTiles)
importFrom(leaflet,clearControls)
importFrom(leaflet,clearMarkers)
importFrom(leaflet,clearShapes)
importFrom(leaflet,colorBin)
importFrom(leaflet,easyButton)
importFrom(leaflet,hideGroup)
importFrom(leaflet,highlightOptions)
importFrom(leaflet,labelOptions)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,pathOptions)
importFrom(leaflet,providers)
importFrom(leaflet,setView)
importFrom(lightgbm,lgb.Dataset)
importFrom(lightgbm,lgb.Dataset.create.valid)
importFrom(lightgbm,lgb.convert_with_rules)
importFrom(lightgbm,lgb.get.eval.result)
importFrom(lightgbm,lgb.importance)
importFrom(lightgbm,lgb.model.dt.tree)
importFrom(lightgbm,lgb.save)
importFrom(lightgbm,lgb.train)
importFrom(lightgbm,setLGBMthreads)
importFrom(lightgbm,set_field)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,setColWidths)
importFrom(openxlsx,writeData)
importFrom(plotly,add_surface)
importFrom(plotly,add_text)
importFrom(plotly,add_trace)
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,plotly_empty)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(readr,read_file)
importFrom(rhandsontable,hot_col)
importFrom(rhandsontable,hot_cols)
importFrom(rhandsontable,hot_table)
importFrom(rhandsontable,hot_to_r)
importFrom(rhandsontable,rHandsontableOutput)
importFrom(rhandsontable,renderRHandsontable)
importFrom(rhandsontable,rhandsontable)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,htmlOutput)
importFrom(shiny,shinyApp)
importFrom(shiny,span)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,updateSliderInput)
importFrom(shiny,withProgress)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyFiles,getVolumes)
importFrom(shinyFiles,parseFilePaths)
importFrom(shinyFiles,parseSavePath)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFileSave)
importFrom(shinyFiles,shinyFilesButton)
importFrom(shinyFiles,shinySaveButton)
importFrom(shinyWidgets,confirmSweetAlert)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,searchInput)
importFrom(shinyWidgets,spectrumInput)
importFrom(shinyWidgets,updateRadioGroupButtons)
importFrom(shinyWidgets,updateSpectrumInput)
importFrom(shinycssloaders,withSpinner)
importFrom(statmod,tweedie)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tippy,tippy_this)
importFrom(utils,head)
importFrom(utils,tail)