forked from ss3sim/ss3sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Type: Package
Package: ss3sim
Title: Fisheries Stock Assessment Simulation Testing with Stock Synthesis
Version: 1.21.0
Authors@R: c(
person(c("Kelli", "F."), "Johnson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5149-451X")),
person(c("Sean", "C."), "Anderson", role = "aut",
comment = c(ORCID = "0000-0001-9563-1937")),
person(c("Kathryn", "L."), "Doering", role = "aut",
comment = c(ORCID = "0000-0002-0396-7044")),
person(c("Cole", "C."), "Monnahan", role = "aut",
comment = c(ORCID = "0000-0003-0871-6700")),
person(c("Christine", "C."), "Stawitz", role = "aut",
comment = c(ORCID = "0000-0003-3122-4501")),
person("Curry", "Cunningham", role = "ctb"),
person("Allan", "Hicks", role = "ctb"),
person("Felipe", "Hurtado-Ferro", role = "ctb"),
person("Peter", "Kuriyama", role = "ctb"),
person("Roberto", "Licandeo", role = "ctb"),
person("Carey", "McGilliard", role = "ctb"),
person(c("Giancarlo", "H."), "Moron Correa", role = "ctb"),
person("Melissa", "Murdian", role = "ctb"),
person("Kotaro", "Ono", role = "ctb"),
person("Merrill", "Rudd", role = "ctb"),
person("Cody", "Szuwalski", role = "ctb"),
person(c("Ian", "G."), "Taylor", role = "ctb"),
person("Juan", "Valero", role = "ctb"),
person("Athol", "Whitten", role = "ctb"),
person(c("Kiva", "L."), "Oken", role = "ctb")
)
Description: A framework for fisheries stock assessment simulation testing
with Stock Synthesis (SS3) as described in Anderson et al. (2014)
<doi:10.1371/journal.pone.0092725>.
License: MIT + file LICENSE
URL: https://github.com/ss3sim/ss3sim
BugReports: https://github.com/ss3sim/ss3sim/issues
Depends:
R (>= 4.0)
Imports:
cli,
dplyr,
foreach,
ggplot2,
graphics,
grDevices,
gtools,
lifecycle,
magrittr,
purrr,
r4ss (>= 1.46.1),
rlang,
stats,
stringi,
tibble,
tidyr,
utils
Suggests:
doParallel,
knitr,
pak,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
github::r4ss/r4ss@main
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2