-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.04 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: flume
Title: A Model For Fluvial Meta-Ecosystems
Version: 0.5.0
Authors@R: c(
person(given = "Matthew",
family = "Talluto",
role = c("aut", "cre", "cph"),
email = "matthew.talluto@uibk.ac.at",
comment = c("ORCID" = "0000-0001-5188-7332")),
person(given = "Selin",
family = "Kubilay",
role = c("ctb"),
email = "kubilay@igb-berlin.de"),
person(given = "Thomas",
family = "Fuß",
role = c("dtc"),
email = "thomas.fuss@uibk.ac.at"))
Description: Implements a model for fluvial meta-ecosystems.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
Matrix (>= 1.3),
data.table (>= 1.14),
ggplot2 (>= 3.3),
scales (>= 1.1),
gridExtra (>= 2.3),
deSolve (>= 1.3)
Suggests:
testthat (>= 2.1),
knitr,
rmarkdown,
vdiffr,
igraph (>= 1.2),
mvtnorm,
cubature,
lwgeom
VignetteBuilder: knitr
Depends:
R (>= 4.0)