-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
23 lines (23 loc) · 857 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
Package: ATNr
Type: Package
Title: Run Allometric Trophic Networks Models
Version: 1.1.0
Authors@R:
c(person("Benoit", "Gauzens", role = c("cre", "aut"), email = "benoit.gauzens@gmail.com"),
person("Emilio", "Berti", role = "aut"))
Description: Implements the differential equations associated to different versions of Allometric Trophic Models (ATN) to estimate the temporal dynamics of species biomasses in food webs. It offers several features to generate synthetic food webs and to parametrise models as well as a wrapper to the ODE solver deSolve.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.7), methods, stats, utils, deSolve, R.rsp
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.0
LazyData: true
Depends:
R (>= 2.14)
Suggests:
rmarkdown,
knitr,
testthat,
VignetteBuilder:
knitr,
R.rsp
Config/testthat/edition: 3