-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.22 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
Package: ecostate
Type: Package
Title: State-Space Mass-Balance Model for Marine Ecosystems
Version: 0.2.0
Date: 2024-11-15
Authors@R: c(
person(c("James", "T."), "Thorson", , "James.Thorson@noaa.gov",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7415-1010"))
)
Maintainer: James T. Thorson <James.Thorson@noaa.gov>
Description:
Fits a state-space mass-balance model for marine ecosystems,
which implements dynamics derived from
`Ecopath with Ecosim` (`EwE`) <https://ecopath.org/>
while fiting to time-series of fishery catch, biomass indices,
age-composition samples, and weight-at-age data.
`Ecostate` fits biological parameters (e.g., equilibrium mass)
and measurement parameters (e.g., catchability coefficients)
jointly with residual variation in process errors, and can include
Bayesian priors for parameters.
License: GPL-3
Depends:
R (>= 4.1.0),
RTMB (>= 1.5.0),
Imports:
TMB,
MASS,
checkmate,
ggplot2,
ggnetwork,
igraph
Suggests:
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LazyData: true
URL: https://james-thorson-noaa.github.io/ecostate/
BugReports: https://github.com/James-Thorson-NOAA/ecostate/issues