forked from r4ss/r4ss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 3.13 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Type: Package
Package: r4ss
Title: R Code for Stock Synthesis
Version: 1.51.0
Authors@R: c(
person("Ian G.", "Taylor", , "Ian.Taylor@noaa.gov", role = c("aut", "cre")),
person("Ian J.", "Stewart", role = "aut"),
person("Allan C.", "Hicks", role = "aut"),
person("Tommy M.", "Garrison", role = "aut"),
person("Andre E.", "Punt", role = "aut"),
person("R.I.C. Chris", "Francis", role = "aut"),
person("John R.", "Wallace", role = "aut"),
person("Chantel R.", "Wetzel", role = "aut"),
person("James T.", "Thorson", role = "aut"),
person("Yukio", "Takeuchi", role = "aut"),
person("Kotaro", "Ono", role = "aut"),
person("Cole C.", "Monnahan", role = "aut"),
person("Christine C.", "Stawitz", role = "aut"),
person("Z. Teresa", "A'mar", role = "aut"),
person("Athol R.", "Whitten", role = "aut"),
person("Kelli F.", "Johnson", role = "aut"),
person("Robbie L.", "Emmet", role = "aut"),
person("Sean C.", "Anderson", role = "aut"),
person("Gwladys I.", "Lambert", role = "aut"),
person("Megan M.", "Stachura", role = "aut"),
person("Andrew B.", "Cooper", role = "aut"),
person("Andi", "Stephens", role = "aut"),
person("Neil L.", "Klaer", role = "aut"),
person("Carey R.", "McGilliard", role = "aut"),
person("Iago", "Mosqueira", role = "aut"),
person("Watal M.", "Iwasaki", role = "aut"),
person("Kathryn L.", "Doering", role = "aut"),
person("Andrea M.", "Havron", role = "aut"),
person("Nathan R.", "Vaughan", role = "aut"),
person("LaTreese S.", "Denson", role = "aut"),
person("Ashleigh J.", "Novak", role = "aut"),
person("Henning", "Winker", role = "aut"),
person("Lee", "Qi", role = "aut"),
person("Megumi", "Oshima", role = "aut"),
person("Eric", "Fletcher", role = "aut"),
person("Elizabeth F.", "Gugliotti", role = "aut"),
person("Kiva L.", "Oken", role = "aut")
)
Description: A collection of R functions for use with Stock Synthesis, a
fisheries stock assessment modeling platform written in ADMB by Dr.
Richard D. Methot at the NOAA Northwest Fisheries Science Center. The
functions include tools for summarizing and plotting results,
manipulating files, visualizing model parameterizations, and various
other common stock assessment tasks. This version of '{r4ss}' is
compatible with Stock Synthesis versions 3.24 through 3.30
(specifically version 3.30.23.1, from December 2024). Support for 3.24
models is only through the core functions for reading output and
plotting.
License: GPL-3
URL: https://github.com/r4ss/r4ss, https://r4ss.github.io/r4ss/
BugReports: https://github.com/r4ss/r4ss/issues
Depends:
R (>= 4.1.0)
Imports:
coda,
corpcor,
dplyr,
forcats,
furrr,
future,
ggplot2,
gh,
kableExtra,
lifecycle,
purrr,
stringr,
tidyr,
viridis
Suggests:
flextable,
ggpubr,
gplots,
gtools,
knitr,
maps,
parallelly,
pso,
reshape2,
rmarkdown,
shiny,
testthat,
truncnorm
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2