Browse code

labeledLine moved to BiocGenerics

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

Michael Lawrence authored on 14/10/2013 18:51:25
Showing 1 changed files

... ...
@@ -84,7 +84,7 @@ setMethod("as.list", "BamTallyParam", function(x) as(x, "list"))
84 84
 ###
85 85
 
86 86
 showSlot <- function(name, value, ...) {
87
-  IRanges:::labeledLine(name, showAsCell(value), ...)
87
+  BiocGenerics:::labeledLine(name, showAsCell(value), ...)
88 88
 }
89 89
 
90 90
 showSlots <- function(object, exclude = character(), ...) {