@@ -3,12 +3,17 @@ Type: Package
3
3
Title: A fluent interface for manipulating GenomicRanges
4
4
Version: 1.23.1
5
5
Authors@R: c(
6
- person("Stuart", "Lee", email = "stuart.andrew.lee@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1179-8436")),
6
+ person("Stuart", "Lee", role = c("aut"),
7
+ comment = c(ORCID = "0000-0003-1179-8436")),
7
8
person("Michael", "Lawrence", role = c("aut", "ctb")),
8
9
person("Dianne", "Cook", role = c("aut", "ctb")),
9
- person("Spencer", "Nystrom", role = c("ctb"), comment = c(ORCID = "0000-0003-1000-1579"))
10
- )
11
- Maintainer: Stuart Lee <stuart.andrew.lee@gmail.com>
10
+ person("Spencer", "Nystrom", role = c("ctb"),
11
+ comment = c(ORCID = "0000-0003-1000-1579")),
12
+ person("Pierre-Paul", "Axisa", role=c("ctb")),
13
+ person("Michael", "Love", role = c("ctb","cre"),
14
+ email = "michaelisaiahlove@gmail.com")
15
+ )
16
+ Maintainer: Michael Love <michaelisaiahlove@gmail.com>
12
17
Description: A dplyr-like interface for interacting with the common Bioconductor
13
18
classes Ranges and GenomicRanges. By providing a grammatical
14
19
and consistent way of manipulating these classes their accessiblity for new
@@ -31,7 +36,7 @@ Imports:
31
36
S4Vectors (>= 0.23.10),
32
37
utils
33
38
biocViews: Infrastructure, DataRepresentation, WorkflowStep, Coverage
34
- BugReports: https://github.com/sa-lee /plyranges
39
+ BugReports: https://github.com/tidyomics /plyranges
35
40
License: Artistic-2.0
36
41
Encoding: UTF-8
37
42
ByteCompile: true
0 commit comments