-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
37 lines (37 loc) · 1.09 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
Package: ss3diags
Title: What the Package Does (One Line, Title Case)
Version: 1.10.3
Authors@R:
c(person(given = "Henning",
family = "Winker",
role = c("aut","cre"),
email = "henning.winker@ec.europa.eu"),
person(given = "Felipe",
family = "Carvalho",
role = c("aut"),
email = "felipe.carvalho@noaa.gov"),
person(given = "Massimiliano",
family = "Cardinale",
role = c("aut"),
email = "massimiliano.cardinale@slu.se"),
person(given = "Laurence",
family = "Kell",
role = c("aut"),
email = "laurie@seaplusplus.co.uk")
)
Maintainer: Henning Winker <Henning.Winker@gmail.com>
Description: Compilation of diagnostic functions for Stock Synthesis
models, which we developed for the MS
"Using Model Diagnostics in Integrated Stock Assessments"
Depends:
R (>= 3.5)
Imports:
reshape2,
mvtnorm,
randtests,
r4ss,
gplots
License: EUPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2