Browse code

Importing tools as well, and ordered pkg dependencies

Federico Marini authored on 05/12/2019 12:58:43
Showing 3 changed files

... ...
@@ -21,40 +21,41 @@ Description: This package provides a Shiny application that aims to combine at
21 21
 Depends:
22 22
     R (>= 3.5.0)
23 23
 Imports:
24
-    shiny,
24
+    AnnotationDbi,
25
+    bs4Dash,
26
+    ComplexHeatmap,
27
+    dendextend,
28
+    DESeq2,
29
+    dplyr,
25 30
     DT,
26
-    rintrojs,
27
-    igraph,
28
-    visNetwork,
29
-    scales,
30
-    RColorBrewer,
31
-    grDevices,
32
-    graphics,
33
-    S4Vectors,
31
+    dynamicTreeCut,
32
+    ggforce,
34 33
     ggplot2,
35 34
     ggrepel,
36 35
     GO.db,
37
-    AnnotationDbi,
38
-    plotly,
39
-    tidyr,
40
-    utils,
41
-    SummarizedExperiment,
42
-    stats,
43
-    matrixStats,
44
-    DESeq2,
45
-    ComplexHeatmap,
36
+    graphics,
37
+    grDevices,
46 38
     grid,
39
+    igraph,
40
+    matrixStats,
47 41
     methods,
42
+    plotly,
43
+    RColorBrewer,
44
+    rintrojs,
45
+    rlang,
46
+    rmarkdown,
47
+    S4Vectors,
48
+    scales,
49
+    shiny,
48 50
     shinycssloaders,
49
-    bs4Dash,
50 51
     shinyWidgets,
52
+    stats,
53
+    SummarizedExperiment,
54
+    tidyr,
55
+    tools,
56
+    utils,
51 57
     viridis,
52
-    dplyr,
53
-    ggforce,
54
-    rlang,
55
-    rmarkdown,
56
-    dendextend,
57
-    dynamicTreeCut
58
+    visNetwork
58 59
 Suggests:
59 60
     knitr,
60 61
     BiocStyle,
... ...
@@ -126,6 +126,8 @@ importFrom(stats,runif)
126 126
 importFrom(stats,var)
127 127
 importFrom(tidyr,pivot_longer)
128 128
 importFrom(tidyr,separate_rows)
129
+importFrom(tools,file_ext)
130
+importFrom(tools,file_path_sans_ext)
129 131
 importFrom(utils,browseURL)
130 132
 importFrom(utils,citation)
131 133
 importFrom(utils,data)
... ...
@@ -43,6 +43,7 @@
43 43
 #' @importFrom shinyWidgets dropdownButton tooltipOptions
44 44
 #' @import SummarizedExperiment
45 45
 #' @importFrom tidyr separate_rows pivot_longer
46
+#' @importFrom tools file_ext file_path_sans_ext
46 47
 #' @importFrom utils read.delim sessionInfo browseURL citation data
47 48
 #' @importFrom visNetwork renderVisNetwork visIgraph visNetworkOutput visOptions
48 49
 #' @importFrom viridis viridis