-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.4 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
Package: Eutropia
Type: Package
Title: Agent-based modelling of microbial communities in time and continuous µ-meter-scale space
Version: 0.1.7
Authors@R:
c(person(given = "Silvio",
family = "Waschina",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6290-3593")),
person(given = "Sina",
family = "Zimmermann",
role = "aut"),
person(given = "Svenja",
family = "Busche",
role = "aut"))
Description: Cell agent-based modelling with FBA metabolic flux predictions
for each agent. The packages allows the handling of complex polygons (also non-
convex) as growth envrionment, exoenzymes, nutrient regimes, and chemotaxis.
Depends:
R (>= 4.0.0),
data.table (>= 1.13.4),
sybil (>= 2.1.5),
hms (>= 0.5.3)
License: GPL (>= 3) + file LICENSE
SystemRequirements: C++11
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.2
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
RcppArmadillo,
ggplot2,
ggforce,
parallel,
lamW,
stringi,
Matrix,
methods,
glpkAPI,
sf,
particles,
tidygraph
Remotes:
SysBioChalmers/sybil
NeedsCompilation: yes
URL: https://waschina.github.io/Eutropia
BugReports: https://github.com/Waschina/Eutropia/issues