-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.65 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
Package: asar
Title: Build NOAA Stock Assessment Report
Version: 1.0.0
Authors@R: c(
person("Samantha", "Schiano", , "samantha.schiano@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-3744-6428")),
person("Sophie", "Breitbart", , "sophie.breitbart@noaa.gov", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-9641-9786")),
person("Steve", "Saul", , "steven.saul@noaa.gov", role = c("aut", "ctb")),
person("Kelli", "Johnson", , "kelli.johnson@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-5149-451X")),
person("Bai", "Li", , "bai.li@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-8249-1442"))
)
Description: Build a full or update stock assessment report for any stock
assessment model. Parameterization allows the user to call a template
based on their regional science center, species, area, ect.
License: MIT + file LICENSE
URL: https://github.com/nmfs-ost/asar
Depends:
R (>= 2.10)
Imports:
dplyr,
flextable,
forstringr,
fs,
ggplot2,
glue,
gridExtra,
naniar,
nmfspalette,
officer,
openxlsx,
prodlim,
stats,
stringr,
svDialogs,
tibble,
tidyr,
tidyselect,
utils
Suggests:
gt,
kableExtra,
knitr,
parallel,
r4ss,
rmarkdown,
satf,
snowfall,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
nmfs-fish-tools/nmfspalette,
nmfs-fish-tools/nmfspalette,
nmfs-ost/satf,
r4ss/r4ss
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2