Skip to content

Commit

Permalink
resync with latest changes in IRanges/S4Vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 6, 2014
1 parent 92c2703 commit d70ad74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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.17.38
Version: 1.17.39
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.2.0), IRanges (>= 1.99.26), GenomeInfoDb (>= 1.1.19)
S4Vectors (>= 0.2.2), IRanges (>= 1.99.27), GenomeInfoDb (>= 1.1.19)
Imports: methods, utils, stats, BiocGenerics, IRanges, XVector
LinkingTo: S4Vectors, IRanges
Suggests: AnnotationDbi (>= 1.21.1), AnnotationHub,
Expand Down
2 changes: 1 addition & 1 deletion R/GenomicRangesList-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GenomicRangesList <- function(...) {
args <- list(...)
if (length(args) == 1 && is.list(args[[1]]))
args <- args[[1]]
IRanges:::new_SimpleList_from_list("SimpleGenomicRangesList", args)
S4Vectors:::new_SimpleList_from_list("SimpleGenomicRangesList", args)
}

### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
2 changes: 1 addition & 1 deletion man/SummarizedExperiment-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ exptData(x, ...) <- value
\seealso{
\link{GRanges},
\link[IRanges]{DataFrame},
\link[IRanges]{SimpleList},
\link[S4Vectors]{SimpleList},
}

\examples{
Expand Down

0 comments on commit d70ad74

Please sign in to comment.