-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.39 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
40
41
42
43
44
45
Package: plyxp
Title: Data masks for SummarizedExperiment enabling dplyr-like manipulation
Version: 1.1.1
Authors@R: c(
person("Justin", "Landis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5501-4934")),
person("Michael", "Love", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8401-0545")))
Description: The package provides `rlang` data masks for the SummarizedExperiment class. The enables the evaluation of unquoted expression in different contexts of the SummarizedExperiment object with optional access to other contexts. The goal for `plyxp` is for evaluation to feel like a data.frame object without ever needing to unwind to a rectangular data.frame.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
dplyr,
purrr,
rlang,
SummarizedExperiment,
tidyr,
tidyselect,
vctrs,
tibble,
pillar,
cli,
glue,
S7,
S4Vectors,
utils,
methods
Depends:
R (>= 4.4.0)
Suggests:
devtools,
knitr,
rmarkdown,
testthat,
airway,
IRanges,
here
LazyData: true
URL: https://github.com/jtlandis/plyxp, https://jtlandis.github.io/plyxp
BugReports: https://www.github.com/jtlandis/plyxp/issues
biocViews: Annotation, GenomeAnnotation, Transcriptomics
Config/testthat/edition: 3