Browse code

Bump requirement from R >= 3.2 to R >= 4.0.0

Hervé Pagès authored on 12/12/2020 01:58:21
Showing 1 changed files

... ...
@@ -8,15 +8,15 @@ biocViews: Genetics, Infrastructure, Sequencing, Annotation, Coverage,
8 8
 	GenomeAnnotation
9 9
 URL: https://bioconductor.org/packages/SummarizedExperiment
10 10
 BugReports: https://github.com/Bioconductor/SummarizedExperiment/issues
11
-Version: 1.21.0
11
+Version: 1.21.1
12 12
 License: Artistic-2.0
13 13
 Encoding: UTF-8
14 14
 Author: Martin Morgan, Valerie Obenchain, Jim Hester, Hervé Pagès
15 15
 Maintainer: Bioconductor Package Maintainer <[email protected]>
16
-Depends: R (>= 3.2), methods, MatrixGenerics (>= 1.1.3),
16
+Depends: R (>= 4.0.0), methods, MatrixGenerics (>= 1.1.3),
17 17
 	GenomicRanges (>= 1.41.5), Biobase
18 18
 Imports: utils, stats, tools, Matrix,
19
-	BiocGenerics (>= 0.15.3), S4Vectors (>= 0.27.12), IRanges (>= 2.23.9),
19
+	BiocGenerics (>= 0.37.0), S4Vectors (>= 0.27.12), IRanges (>= 2.23.9),
20 20
 	GenomeInfoDb (>= 1.13.1), DelayedArray (>= 0.15.10)
21 21
 Suggests: HDF5Array (>= 1.7.5), annotate, AnnotationDbi, hgu95av2.db,
22 22
 	GenomicFeatures, TxDb.Hsapiens.UCSC.hg19.knownGene, jsonlite,