generated from kevinrue/MyBioconductorPackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.28 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
Package: iSEEGenerics
Title: Defines S4 generic functions used in iSEE
Version: 0.99.0
Date: 2022-10-09
Authors@R: c(person("Kevin", "Rue-Albrecht", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")),
person("Federico", "Marini", role="aut", email="[email protected]", comment = c(ORCID = '0000-0003-3252-7758')),
person("Charlotte", "Soneson", role="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: This package defines generic functions used in iSEE and other
packages of the iSEE universe. Those generic functions form the toolkit
for developing new panels.
License: Artistic-2.0
URL: https://github.com/iSEE/iSEEGenerics
BugReports: https://support.bioconductor.org/t/iSEEGenerics
biocViews: Software,
Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
SummarizedExperiment
Suggests:
methods,
BiocStyle,
covr,
iSEEwidgets,
knitr,
RefManageR,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0)
Remotes:
iSEE/iSEEwidgets
Config/testthat/edition: 3
VignetteBuilder: knitr