-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.22 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: echoverseTemplate
Type: Package
Title: echoverse module: echoversePackageTitle
Version: 0.99.0
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Jack",
family = "Humphrey",
role = c("aut"),
email = "Jack.Humphrey@mssm.edu",
comment = c(ORCID = "0000-0002-6274-6620")),
person(given = "Towfique",
family = "Raj",
role = c("aut"),
email = "towfique.raj@mssm.edu",
comment = c(ORCID = "0000-0002-9355-5704"))
)
Description: echoverse module: echoversePackageDescription.
URL: https://github.com/RajLabMSSM/echoverseTemplate
BugReports: https://github.com/RajLabMSSM/echoverseTemplate/issues
Encoding: UTF-8
Depends: R (>= 4.1)
biocViews:
Software, Genetics, FunctionalGenomics, SystemsBiology
Imports:
Suggests:
rworkflows,
markdown,
rmarkdown,
remotes,
knitr,
BiocStyle,
covr,
testthat (>= 3.0.0),
utils,
rlang,
methods
RoxygenNote: 7.2.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3