-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.23 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
Package: cevomod
Title: Cancer Evolution Models
Version: 2.4.0
Authors@R:
person("Paweł", "Kuś", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4367-9821"))
Description: Cancer Evolutionary Models. Set of methods facilitating the analysis
of Cancer Evolution. Developped for my PhD.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
BMix,
circlize,
ComplexHeatmap,
GenomicRanges,
ggrepel,
grid,
mobster,
mutSignatures,
neutralitytestr,
knitr,
patchwork,
pheatmap,
rmarkdown,
shiny,
shinydashboard,
shinyWidgets,
testthat (>= 3.0.0),
tidyverse,
vdiffr,
readthis,
rsample,
processx
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
cli,
corrr,
crayon,
dplyr,
forcats,
ggplot2,
mclust,
plyranges,
prismatic,
progress,
purrr,
readr,
rlang,
stats,
stringr,
tibble,
tidyr,
tidyselect,
yardstick
Depends:
R (>= 2.10)
Remotes:
caravagnalab/mobster,
caravagnalab/BMix,
pawelqs/readthis
LazyData: true
URL: https://pawelqs.github.io/cevomod/, https://github.com/pawelqs/cevomod