-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 981 Bytes
/
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
Package: rRACES
Type: Package
Title: An R Wrapper for RACES
Version: 1.0.0
Date: 2024-06-16
Authors@R: c(
person("Alberto", "Casagrande", email = "[email protected]", role = c("aut", "cre")),
person("Giulio", "Caravagna", role = c("aut")))
Maintainer: Alberto Casagrande <[email protected]>
Description: A wrapper for RACES. This package supports
spacial evolution of different mutants, different
epigenetic mutant states, timed-triggered driver
mutations.
URL: https://caravagnalab.github.io/rRACES
License: GPL-3 + file LICENSE
LinkingTo: Rcpp
Encoding: UTF-8
SystemRequirements: C++17, GNU make
Imports:
dplyr,
Rcpp (>= 1.0.11),
R.utils,
hexbin,
ggplot2,
cli,
crayon,
RColorBrewer,
knitr,
rlang,
ggmuller,
ggraph,
tidygraph
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
rmarkdown
VignetteBuilder: knitr
Depends:
methods,
R (>= 2.10)
LazyData: true