Skip to content

Commit

Permalink
use BiocGenerics:::replaceSlots() instead of BiocGenerics:::updateS4()
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 29, 2015
1 parent 0fbdf47 commit 91d2c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Description: The ability to efficiently represent and manipulate genomic
intervals. Specialized containers for representing and manipulating
short alignments against a reference genome are defined in the
GenomicAlignments package.
Version: 1.21.15
Version: 1.21.16
Author: P. Aboyoun, H. Pages and M. Lawrence
Maintainer: Bioconductor Package Maintainer <[email protected]>
biocViews: Genetics, Infrastructure, Sequencing, Annotation, Coverage,
GenomeAnnotation
Depends: R (>= 2.10), methods, BiocGenerics (>= 0.11.3), S4Vectors (>= 0.7.3),
Depends: R (>= 2.10), methods, BiocGenerics (>= 0.15.3), S4Vectors (>= 0.7.3),
IRanges (>= 2.3.11), GenomeInfoDb (>= 1.1.20)
Imports: utils, stats, XVector
LinkingTo: S4Vectors, IRanges
Expand Down
2 changes: 1 addition & 1 deletion R/GenomicRanges-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ setMethod("clone", "ANY", # not exported
setMethod("update", "GenomicRanges",
function(object, ...)
{
BiocGenerics:::updateS4(object, ...)
BiocGenerics:::replaceSlots(object, ...)
})

### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 91d2c53

Please sign in to comment.