Browse code

labeledLine() was moved from BiocGenerics to S4Vectors

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

Herve Pages authored on 07/08/2015 23:37:20
Showing 2 changed files

... ...
@@ -9,7 +9,7 @@ Description: GSNAP and GMAP are a pair of tools to align short-read
9 9
         methods to work with GMAP and GSNAP from within R. In addition,
10 10
         it provides methods to tally alignment results on a
11 11
         per-nucleotide basis using the bam_tally tool.
12
-Version: 1.11.0
12
+Version: 1.11.1
13 13
 Depends: R (>= 2.15.0), methods, GenomeInfoDb (>= 1.1.3),
14 14
         GenomicRanges (>= 1.17.12)
15 15
 Imports: S4Vectors, IRanges, Rsamtools (>= 1.17.8), rtracklayer (>= 1.25.5),
... ...
@@ -155,7 +155,7 @@ setMethod("as.list", "BamTallyParam", function(x) as(x, "list"))
155 155
 ###
156 156
 
157 157
 showSlot <- function(name, value, ...) {
158
-  BiocGenerics:::labeledLine(name, showAsCell(value), ...)
158
+  S4Vectors:::labeledLine(name, showAsCell(value), ...)
159 159
 }
160 160
 
161 161
 showSlots <- function(object, exclude = character(), ...) {