Browse code

Resolve rmarkdown dependency issue

Panos Balomenos authored on 18/06/2021 23:34:29
Showing 1 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: DEsubs
2
-Version: 1.19.0
2
+Version: 1.19.1
3 3
 Date: 2017-07-23
4 4
 Title: DEsubs: an R package for flexible identification of
5 5
         differentially expressed subpathways using RNA-seq expression
... ...
@@ -28,7 +28,7 @@ LazyLoad: yes
28 28
 Imports: graph, igraph, RBGL, circlize, limma, edgeR, EBSeq,
29 29
         NBPSeq, stats, grDevices, graphics, pheatmap, utils,
30 30
         ggplot2, Matrix, jsonlite, tools, DESeq2, methods
31
-Suggests: RUnit, BiocGenerics, knitr
31
+Suggests: RUnit, BiocGenerics, knitr, rmarkdown
32 32
 VignetteBuilder: knitr
33 33
 biocViews: SystemsBiology, GraphAndNetwork, Pathways, KEGG,
34 34
         GeneExpression, NetworkEnrichment, Network, RNASeq,