Browse code

imports fixed

Federico Marini authored on 14/09/2021 15:53:44
Showing 3 changed files

... ...
@@ -55,11 +55,13 @@ Imports:
55 55
     S4Vectors,
56 56
     scales,
57 57
     shiny,
58
+    shinyAce,
58 59
     shinycssloaders,
59 60
     shinyWidgets,
60 61
     stats,
61 62
     SummarizedExperiment,
62 63
     tidyr,
64
+    tippy,
63 65
     tools,
64 66
     utils,
65 67
     viridis,
... ...
@@ -8,6 +8,7 @@ export(checkup_gtl)
8 8
 export(cluster_markov)
9 9
 export(create_jaccard_matrix)
10 10
 export(create_kappa_matrix)
11
+export(describe_gtl)
11 12
 export(deseqresult2df)
12 13
 export(distill_enrichment)
13 14
 export(enhance_table)
... ...
@@ -156,6 +157,7 @@ importFrom(rlang,.data)
156 157
 importFrom(rmarkdown,render)
157 158
 importFrom(scales,alpha)
158 159
 importFrom(scales,muted)
160
+importFrom(shinyAce,aceEditor)
159 161
 importFrom(shinyWidgets,dropdownButton)
160 162
 importFrom(shinyWidgets,tooltipOptions)
161 163
 importFrom(shinycssloaders,withSpinner)
... ...
@@ -170,6 +172,7 @@ importFrom(stats,runif)
170 172
 importFrom(stats,var)
171 173
 importFrom(tidyr,pivot_longer)
172 174
 importFrom(tidyr,separate_rows)
175
+importFrom(tippy,tippy)
173 176
 importFrom(tools,file_ext)
174 177
 importFrom(tools,file_path_sans_ext)
175 178
 importFrom(utils,browseURL)
... ...
@@ -55,10 +55,12 @@
55 55
 #' @importFrom stats var dist hclust as.dendrogram as.dist cmdscale median
56 56
 #' order.dendrogram runif
57 57
 #' @rawNamespace import(shiny, except = c(renderDataTable, dataTableOutput))
58
+#' @importFrom shinyAce aceEditor
58 59
 #' @importFrom shinycssloaders withSpinner
59 60
 #' @importFrom shinyWidgets dropdownButton tooltipOptions
60 61
 #' @import SummarizedExperiment
61 62
 #' @importFrom tidyr separate_rows pivot_longer
63
+#' @importFrom tippy tippy
62 64
 #' @importFrom tools file_ext file_path_sans_ext
63 65
 #' @importFrom utils read.delim sessionInfo browseURL citation data write.table
64 66
 #' @importFrom visNetwork renderVisNetwork visExport visIgraph visNetworkOutput