-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.12 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
Package: iSEEverse
Title: Easily install and load the entire iSEEverse
Version: 0.1.0
Authors@R:
c(
person("Federico", "Marini", role= c("aut", "cre"), email = "[email protected]", comment = c(ORCID = '0000-0003-3252-7758')),
person("Kevin", "Rue-Albrecht", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")),
person("Charlotte", "Soneson", role = c("aut"), email = "[email protected]", comment = c(ORCID = '0000-0003-3833-2169')),
person("Aaron", "Lun", role="aut", email="[email protected]", comment = c(ORCID = '0000-0002-3564-4813')))
Description: Meta package that installs (and loads) all iSEE-related packages.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0.0)
Imports:
iSEE,
iSEEu,
iSEEhex,
iSEEde,
iSEEpathways,
iSEEhub,
iSEEindex,
iSEEfier,
iSEEid,
BiocManager,
cli
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
github::iSEE/iSEEid
VignetteBuilder: knitr
Config/testthat/edition: 3