-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 890 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
24
25
26
27
28
29
30
31
32
33
34
35
Package: APAM
Title: APAM: American plaice assessment model
Version: 0.0.0.9000
Authors@R: c(
person(given = "Andrea",
family = "Perreault",
role = c("aut", "cre"),
email = "andrea.perreault@mi.mun.ca"),
person(given = "Noel",
family = "Cadigan",
role = "aut"))
Description: APAM is an age-based state-space stock assessment model developed for American plaice in NAFO divisions 3LNO. This package does not include data from the Spanish research vessel surveys due to confidentiality issues.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
TMB,
dplyr,
rlang,
magrittr,
stats,
numDeriv,
ggplot2,
reshape2,
cowplot,
stringr
Remotes:
kaskr/adcomp/TMB
LinkingTo:
TMB,
RcppEigen