forked from gadget-framework/gadget3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.76 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
Package: gadget3
Type: Package
Title: Globally-Applicable Area Disaggregated General Ecosystem Toolbox V3
Version: 0.12-1-999
Date: 2024-07-03
Authors@R: c(person("Jamie", "Lentin", email="[email protected]",role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5727-2996")),
person("Bjarki Thor", "Elvarsson", email="[email protected]",role = c("aut"), comment = c(ORCID = "0000-0001-5855-1188")),
person("William", "Butler", email="[email protected]",role = c("aut"), comment = c(ORCID = "0000-0002-3286-0748")),
person("Marine and Freshwater Research Institute (Iceland)", role = c("cph")))
Maintainer: Jamie Lentin <[email protected]>
Description: A framework to assist creation of marine ecosystem models,
generating either 'R' or 'C++' code which can then be optimised using
the 'TMB' package and standard 'R' tools. Principally designed to
reproduce gadget2 models in 'TMB', but can be extended beyond
gadget2's capabilities.
Kasper Kristensen, Anders Nielsen, Casper W. Berg, Hans Skaug, Bradley M. Bell (2016) <doi:10.18637/jss.v070.i05> "TMB: Automatic Differentiation and Laplace Approximation.".
Begley, J., & Howell, D. (2004) <https://core.ac.uk/download/pdf/225936648.pdf> "An overview of Gadget, the globally applicable area-disaggregated general ecosystem toolbox. ICES.".
URL: https://gadget-framework.github.io/gadget3/, https://github.com/gadget-framework/gadget3/
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports:
digest,
rlang (>= 0.4.5),
stats,
TMB (>= 1.7.0),
utils,
Suggests:
dplyr,
knitr,
magrittr (>= 1.5),
rmarkdown,
unittest (>= 1.4)
VignetteBuilder: knitr
License: GPL-2
RoxygenNote: 7.0.2