-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
119 lines (118 loc) · 3.12 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
# Generated by roxygen2: do not edit by hand
export(reinPlot)
export(reinSummary)
export(reinert)
export(tall)
export(term_per_cluster)
import(RSpectra)
import(Rcpp)
import(ca)
import(curl)
import(doParallel)
import(dplyr)
import(fontawesome)
import(ldatuning)
import(openxlsx)
import(pagedown)
import(parallel)
import(pdftools)
import(purrr)
import(readtext)
import(readxl)
import(shiny)
import(shinyFiles)
import(shinycssloaders)
import(shinydashboardPlus)
import(sparkline)
import(stringr)
import(textrank)
import(tidygraph)
import(tidyr)
import(topicmodels)
import(udpipe)
import(visNetwork)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatRound)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(chromote,Chromote)
importFrom(chromote,default_chromote_object)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(igraph,centr_betw)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,membership)
importFrom(jsonlite,fromJSON)
importFrom(later,later)
importFrom(plotly,TeX)
importFrom(plotly,add_annotations)
importFrom(plotly,api_create)
importFrom(plotly,as.widget)
importFrom(plotly,as_widget)
importFrom(plotly,attrs_selected)
importFrom(plotly,colorbar)
importFrom(plotly,config)
importFrom(plotly,embed_notebook)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,event_unregister)
importFrom(plotly,export)
importFrom(plotly,geom2trace)
importFrom(plotly,get_figure)
importFrom(plotly,gg2list)
importFrom(plotly,ggplotly)
importFrom(plotly,group2NA)
importFrom(plotly,hide_colorbar)
importFrom(plotly,hide_guides)
importFrom(plotly,hide_legend)
importFrom(plotly,highlight)
importFrom(plotly,highlight_key)
importFrom(plotly,knit_print.api_grid)
importFrom(plotly,knit_print.api_grid_local)
importFrom(plotly,knit_print.api_plot)
importFrom(plotly,last_plot)
importFrom(plotly,offline)
importFrom(plotly,orca)
importFrom(plotly,partial_bundle)
importFrom(plotly,plot_dendro)
importFrom(plotly,plot_geo)
importFrom(plotly,plot_ly)
importFrom(plotly,plot_mapbox)
importFrom(plotly,plotlyOutput)
importFrom(plotly,plotlyProxy)
importFrom(plotly,plotlyProxyInvoke)
importFrom(plotly,plotly_IMAGE)
importFrom(plotly,plotly_POST)
importFrom(plotly,plotly_build)
importFrom(plotly,plotly_data)
importFrom(plotly,plotly_empty)
importFrom(plotly,plotly_example)
importFrom(plotly,plotly_json)
importFrom(plotly,rangeslider)
importFrom(plotly,raster2uri)
importFrom(plotly,remove_typedarray_polyfill)
importFrom(plotly,renderPlotly)
importFrom(plotly,save_image)
importFrom(plotly,schema)
importFrom(plotly,showRGB)
importFrom(plotly,signup)
importFrom(plotly,style)
importFrom(plotly,subplot)
importFrom(plotly,toRGB)
importFrom(plotly,toWebGL)
importFrom(plotly,to_basic)
importFrom(promises,promise_all)
importFrom(readr,write_csv)
importFrom(rlang,sym)
importFrom(shinyWidgets,alert)
importFrom(shinyWidgets,prettyCheckboxGroup)
importFrom(shinyWidgets,updatePrettyCheckboxGroup)
importFrom(shinyjs,useShinyjs)
importFrom(strucchange,breakpoints)
useDynLib(tall)