Browse code

Add URL and BugReports info to DESCRIPTION file

Hervé Pagès authored on 27/10/2020 11:00:06
Showing 1 changed files

... ...
@@ -4,12 +4,15 @@ Description: The SummarizedExperiment container contains one or more assays,
4 4
 	each represented by a matrix-like object of numeric or other mode.
5 5
 	The rows typically represent genomic ranges of interest and the columns
6 6
 	represent samples.
7
+biocViews: Genetics, Infrastructure, Sequencing, Annotation, Coverage,
8
+	GenomeAnnotation
9
+URL: https://bioconductor.org/packages/SummarizedExperiment
10
+BugReports: https://github.com/Bioconductor/SummarizedExperiment/issues
7 11
 Version: 1.19.9
12
+License: Artistic-2.0
8 13
 Encoding: UTF-8
9 14
 Author: Martin Morgan, Valerie Obenchain, Jim Hester, Hervé Pagès
10 15
 Maintainer: Bioconductor Package Maintainer <[email protected]>
11
-biocViews: Genetics, Infrastructure, Sequencing, Annotation, Coverage,
12
-	GenomeAnnotation
13 16
 Depends: R (>= 3.2), methods, MatrixGenerics (>= 1.1.3),
14 17
 	GenomicRanges (>= 1.41.5), Biobase
15 18
 Imports: utils, stats, tools, Matrix,
... ...
@@ -19,7 +22,6 @@ Suggests: HDF5Array (>= 1.7.5), annotate, AnnotationDbi, hgu95av2.db,
19 22
 	GenomicFeatures, TxDb.Hsapiens.UCSC.hg19.knownGene, jsonlite,
20 23
 	rhdf5, airway, BiocStyle, knitr, rmarkdown, RUnit, testthat, digest
21 24
 VignetteBuilder: knitr
22
-License: Artistic-2.0
23 25
 Collate: Assays-class.R
24 26
 	SummarizedExperiment-class.R
25 27
 	RangedSummarizedExperiment-class.R