-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.44 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
Package: sa4ss
Title: Write Stock Assessments for Stock Synthesis
Version: 23.6
Authors@R: c(
person(c("Kelli", "F."), "Johnson", , "kelli.johnson@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5149-451X")),
person(c("Chantel", "R."), "Wetzel", , "chantel.wetzel@noaa.gov", role = "aut",
comment = c(ORCID = "0000-0002-7573-8240"))
)
Maintainer: Kelli F. Johnson <kelli.johnson@noaa.gov>
Description: Create files and the structure necessary to facilitate rapid
and reproducible creation of stock assessment documents from model
output generated by Stock Synthesis (SS3). The included components and
structure are specific to requests from the Pacific Fishery Management
Council for U.S. west coast groundfish.
License: MIT + file LICENSE
BugReports: https://github.com/pfmc-assessments/sa4ss/issues
Depends:
R (>= 4.0)
Imports:
bibtex,
bookdown,
fs,
here,
kableExtra,
knitr,
lifecycle,
pkgload,
R.utils,
r4ss,
rmarkdown,
rticles,
stringr,
tinytex,
utils,
xfun,
yaml,
ymlthis
Suggests:
devtools,
hexSticker,
nmfspalette,
testthat (>= 3.0.0),
usethis
Remotes:
github::nmfs-general-modeling-tools/nmfspalette,
github::r4ss/r4ss
Config/Needs/data: usethis
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/pfmc-assessments/sa4ss