-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 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
36
37
38
39
40
41
42
43
Package: GAMBLR
Title: GAMBLR
Version: 1.1.1
Authors@R: c(
person("Ryan", "Morin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2932-7800")),
person("Kostia", "Dreval", role = "aut",
comment = c(ORCID = "0000-0002-6214-2843")),
person("Laura", "Hilton", role = "ctb",
comment = c(ORCID = "0000-0002-6413-6586")),
person("Adam", "Mattsson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6318-7912")),
person("Haya", "Shaalan", role = "ctb"),
person("Kristena", "Daley", role = "ctb")
)
Description: Database, mining, manipulation and convenience functions for working with GAMBL results.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
cli (>= 3.6.1),
GAMBLR.data (>= 1.1.1),
GAMBLR.helpers (>= 1.1.1),
GAMBLR.utils (>= 1.1.1),
GAMBLR.viz (>= 1.1.1),
GAMBLR.results (>= 1.1.1),
rlang (>= 1.1.0)
Suggests:
knitr
VignetteBuilder:
knitr
Remotes:
morinlab/[email protected],
morinlab/[email protected],
morinlab/[email protected],
morinlab/[email protected],
morinlab/[email protected]
biocViews:
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1