-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.29 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
42
43
Package: ss3diags
Title: Stock Synthesis Model Diagnostics for Intergated Stock Assessments
Version: 2.2.1
Date: 2024-11-19
Authors@R: c(
person("Henning", "Winker", , "[email protected]", role = "aut"),
person("Felipe", "Carvalho", , "[email protected]", role = "aut"),
person("Massimiliano", "Cardinale", , "[email protected]", role = "aut"),
person("Laurence", "Kell", , "[email protected]", role = "aut"),
person("Megumi", "Oshima", , "[email protected]", role = c("aut", "cre")),
person("Eric", "Fletcher", , "eric.fletcher@noaa", role = "aut")
)
Description: Compilation of diagnostic functions for Stock Synthesis
models, which developed for the manuscript "Using Model Diagnostics in
Integrated Stock Assessments".
License: EUPL
URL: https://github.com/PIFSCstockassessments/ss3diags
BugReports: https://github.com/PIFSCstockassessments/ss3diags/issues
Depends:
R (>= 3.5)
Imports:
dplyr,
gh,
gplots,
lifecycle,
magrittr,
mvtnorm,
r4ss (== 1.49.3),
randtests,
reshape2,
rlang
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
r4ss/[email protected]
Encoding: UTF-8
LazyData: True
LazyDataCompression: gzip
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2