Browse code

move ihw to suggests

hcorrada authored on 31/10/2019 18:54:28
Showing 2 changed files

... ...
@@ -28,7 +28,8 @@ Suggests:
28 28
     gss,
29 29
     testthat (>= 0.8),
30 30
     vegan,
31
-    interactiveDisplay
31
+    interactiveDisplay,
32
+    IHW
32 33
 Imports:
33 34
     parallel,
34 35
     matrixStats,
... ...
@@ -39,8 +40,7 @@ Imports:
39 40
     grDevices,
40 41
     stats,
41 42
     utils,
42
-    Wrench,
43
-    IHW
43
+    Wrench
44 44
 VignetteBuilder: knitr
45 45
 URL: https://github.com/nosson/metagenomeSeq/
46 46
 BugReports: https://github.com/nosson/metagenomeSeq/issues
... ...
@@ -4,7 +4,6 @@ import(limma)
4 4
 import(glmnet)
5 5
 import(methods)
6 6
 import(Wrench)
7
-importFrom(IHW,ihw)
8 7
 importFrom(parallel,makeCluster)
9 8
 importFrom(parallel,stopCluster)
10 9
 importFrom(parallel,parRapply)
... ...
@@ -107,4 +106,4 @@ zigControl,
107 106
 newMRexperiment,
108 107
 posteriorProbs,
109 108
 wrenchNorm
110
-)
111 109
\ No newline at end of file
110
+)