-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 928 Bytes
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 928 Bytes
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: fwebinfr
Title: Infer Food Webs Interactions
Version: 0.0.2
Date: 2024-02-22
Authors@R:
person(given = "Kevin",
family = "Cazelles",
role = c("aut", "cre"),
email = "kevin.cazelles@insileco.io",
comment = c(ORCID = "0000-0001-6619-9874"))
Description: Build food webs and use LIM approach to infer food web interactions.
Depends: R (>= 4.2.0)
LinkingTo: Rcpp
Imports:
cli (>= 3.6),
deSolve (>= 1.4.0),
dplyr (>= 1.1),
ggplot2 (>= 3.4),
limSolve (>= 1.5),
patchwork (>= 1.2),
Rcpp (>= 1.0.12),
rootSolve (>= 1.8),
stats,
tidyr (>= 1.3),
utils
Suggests:
curl,
ggraph,
knitr,
readxl,
rmarkdown,
tarchetypes,
targets,
testthat (>= 3.0.0),
tidygraph
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3