-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
57 lines (57 loc) · 1.64 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: PacFIN.Utilities
Title: Generate fishery composition data from PacFIN data for the NWFSC
Version: 0.2.9
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")),
person(c("Kathryn", "L."), "Doering", , "kathryn.doering@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-0396-7044")),
person(c("Brian", "J."), "Langseth", , "brian.langseth@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-9901-6146")),
person("Andi", "Stephens", , "andi.stephens@noaa.gov", role = "ctb"),
person(c("Ian", "G."), "Taylor", , "ian.taylor@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-4232-5669")),
person(c("John", "R."), "Wallace", , "john.wallace@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-2333-1262"))
)
Description: Manipulates data from the PacFIN database for stock
synthesis.
License: MIT + file LICENSE
Depends:
R (>= 4.2)
Imports:
cli,
dplyr,
ggplot2,
ggridges,
glue,
graphics,
grDevices,
lifecycle,
magrittr,
measurements,
methods,
nwfscSurvey,
purrr,
rlang,
stats,
tibble,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
RODBC,
testthat (>= 3.0.0),
usethis
VignetteBuilder:
knitr
Remotes:
github::pfmc-assessments/nwfscSurvey
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2