git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Streamer@83171 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: Streamer |
2 | 2 |
Type: Package |
3 | 3 |
Title: Enabling stream processing of large files |
4 |
-Version: 1.9.2 |
|
4 |
+Version: 1.9.3 |
|
5 | 5 |
Author: Martin Morgan, Nishant Gopalakrishnan |
6 | 6 |
Maintainer: Martin Morgan <mtmorgan@fhcrc.org> |
7 | 7 |
Description: Large data files can be difficult to work with in R, |
... | ... |
@@ -15,7 +15,7 @@ Description: Large data files can be difficult to work with in R, |
15 | 15 |
License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 | 17 |
Imports: methods, graph, RBGL, parallel, BiocGenerics |
18 |
-Suggests: RUnit, Rsamtools (>= 1.5.53), Rgraphviz |
|
18 |
+Suggests: RUnit, Rsamtools (>= 1.5.53), GenomicAlignments, Rgraphviz |
|
19 | 19 |
biocViews: Infrastructure, DataImport |
20 | 20 |
Collate: |
21 | 21 |
AllGenerics.R |