-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
73 lines (73 loc) · 1.39 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
62
63
64
65
66
67
68
69
70
71
72
73
Package: iatlas.app
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
crayon,
devtools,
memoise (>= 2.0),
renv,
rsconnect,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
RoxygenNote: 7.2.0
biocViews:
Imports:
arrow,
broom,
caret,
concordanceIndex,
cyjShiny,
dplyr,
DT,
ggplot2,
ggmosaic,
glmnet,
grDevices,
grid,
grImport2,
iatlasGraphQLClient,
iatlas.modules,
iatlas.modules2,
igvShiny,
ImmuneSubtypeClassifier,
lazyeval,
magrittr,
plotly,
pROC,
purrr,
RColorBrewer,
readr,
rlang,
sortable,
shiny,
shinycssloaders,
shinydashboard,
shinyjs,
stringr,
survival,
survminer,
tibble,
tidyr,
tidyselect,
utils,
viridis,
wrapr
Remotes:
CRI-iAtlas/iatlasGraphQLClient@main,
CRI-iAtlas/iatlas.modules@master,
CRI-iAtlas/iatlas.modules2@master,
CRI-iAtlas/ImmuneSubtypeClassifier@master,
th86/concordanceIndex@master,
cytoscape/cyjShiny@master,
paul-shannon/igvShiny@master