-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.11 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: iris3api
Title: IRIS3-api
Version: 0.0.1
Authors@R:
person(given = "Cankun",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0225-9855"))
Description: The R API server for IRIS3 website.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
styler,
spelling,
devtools,
roxygen2
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
Signac,
plumber,
qs,
jsonlite,
Polychrome,
scales,
tibble,
dplyr,
stringr,
glue,
methods,
ggplot2,
utils,
BiocManager,
remotes,
Matrix,
lintr,
rlang,
logger,
tictoc,
rlist,
magrittr,
ggpubr,
EnsDb.Hsapiens.v86,
EnsDb.Mmusculus.v79,
GenomicFeatures,
IRanges,
S4Vectors,
reticulate
Depends:
Seurat,
R (>= 4.0.0)
Language: en-US
URL: https://github.com/Wang-Cankun/iris3api
BugReports: https://github.com/Wang-Cankun/iris3api/issues