Browse code

- specify minimum igraph version 0.7. - load ggplot2 in vignette.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/rTRM@86915 bc3139a8-67e5-0310-9ffc-ced21a209358

D Diez authored on 28/02/2014 05:37:30
Showing 2 changed files

... ...
@@ -1,10 +1,10 @@
1 1
 Package: rTRM
2 2
 Type: Package
3 3
 Title: Identification of transcriptional regulatory modules from PPI networks
4
-Version: 1.1.9
5
-Date: 2014-02-14
4
+Version: 1.1.10
5
+Date: 2014-02-28
6 6
 Author: Diego Diez
7
-Depends: R (>= 2.10), igraph, RSQLite
7
+Depends: R (>= 2.10), igraph (>= 0.7), RSQLite
8 8
 Imports: AnnotationDbi
9 9
 Suggests: RUnit, BiocGenerics, MotifDb, graph, PWMEnrich, biomaRt, knitr, Biostrings, BSgenome.Mmusculus.UCSC.mm8, org.Mm.eg.db
10 10
 Maintainer: Diego Diez <[email protected]>
... ...
@@ -20,6 +20,7 @@
20 20
 \begin{document}
21 21
 
22 22
 <<include=FALSE, cache=FALSE>>=
23
+library(ggplot2)
23 24
 library(knitr)
24 25
 library(rTRM)
25 26
 library(org.Mm.eg.db)