-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.42 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
Package: sablefish
Title: Status of Sablefish as Reported to the Pacific Fisheries Management Council
Version: 0.0.1
Authors@R: c(
person(
given = c("Chantel", "R."),
family = "Wetzel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7573-8240")
)
)
Description: Reproducible research and documentation of the status of sablefish
off of the west coast of the United States is stored in this repository.
All scripts to process the available data are publicly available but the
data are stored in a private location to maintain confidentiality. Please
contact the current package maintainer or post an issue on the [issues](
www.github.com/pfmc-assessments/sablefish_2025/issues) forum for this
repository.
License: GPL (>= 3) + file LICENSE
Suggests:
RODBC,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
assertthat,
dplyr,
fs,
furrr,
future,
ggplot2,
ggridges,
here,
kableExtra,
nwfscDiag,
nwfscSurvey,
PacFIN.Utilities,
PEPtools,
purrr,
r4ss,
stringr,
tibble,
tidyr,
utils,
viridis
Remotes:
pfmc-assessments/nwfscSurvey,
pfmc-assessments/nwfscDiag,
pfmc-assessments/PacFIN.Utilities,
pfmc-assessments/PEPtools,
r4ss/r4ss
Depends:
R (>= 4.2)
LazyData: true