Browse code

updating imports from ggridges to pass flawlessly R CMD check

Federico Marini authored on 30/01/2023 14:06:42
Showing 3 changed files

... ...
@@ -41,6 +41,7 @@ Imports:
41 41
     ggforce,
42 42
     ggplot2,
43 43
     ggrepel,
44
+    ggridges,
44 45
     GO.db,
45 46
     graphics,
46 47
     grDevices,
... ...
@@ -124,6 +124,8 @@ importFrom(expm,"%^%")
124 124
 importFrom(ggforce,geom_sina)
125 125
 importFrom(ggrepel,geom_label_repel)
126 126
 importFrom(ggrepel,geom_text_repel)
127
+importFrom(ggridges,geom_density_ridges)
128
+importFrom(ggridges,position_points_jitter)
127 129
 importFrom(grDevices,col2rgb)
128 130
 importFrom(grDevices,colorRampPalette)
129 131
 importFrom(grDevices,rgb)
... ...
@@ -37,6 +37,7 @@
37 37
 #' @importFrom ggforce geom_sina
38 38
 #' @import ggplot2
39 39
 #' @importFrom ggrepel geom_label_repel geom_text_repel
40
+#' @importFrom ggridges geom_density_ridges position_points_jitter
40 41
 #' @import GO.db
41 42
 #' @importFrom graphics par plot
42 43
 #' @importFrom grDevices colorRampPalette rgb col2rgb