-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: DFplyr
Title: A `DataFrame` (`S4Vectors`) backend for `dplyr`
Version: 0.99.1
Authors@R: person("Jonathan", "Carroll",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1404-5264"))
Description: Provides `dplyr` verbs (`mutate`, `select`, `filter`, etc...)
supporting `S4Vectors::DataFrame` objects. Importantly, this is achieved
without conversion to an intermediate `tibble`. Adds grouping
infrastructure to `DataFrame` which is respected by the transformation
verbs.
biocViews: DataRepresentation, Infrastructure, Software
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/jonocarroll/DFplyr
BugReports: https://github.com/jonocarroll/DFplyr/issues
Depends:
dplyr
Imports:
BiocGenerics,
methods,
rlang,
S4Vectors,
tidyselect
Suggests:
BiocStyle,
GenomeInfoDb,
GenomicRanges,
IRanges,
knitr,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0),
tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)