forked from pfmc-assessments/petrale
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.08 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
Package: petrale
Title: Estimate status of Petrale Sole along the U.S. West coast
Version: 2023.01
Authors@R: c(person(given = c("Ian", "G."),
family = "Taylor",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = c("Vlada", "R."),
family = "Gertseva",
role = "aut",
email = "[email protected]"
)
)
Description: Work up data and document decisions made when determining the
status of Petrale Sole off of the U.S. West Coast in 2023.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
ggplot2,
magrittr,
tidyr,
r4ss,
sa4ss,
nwfscSurvey,
devtools,
bibtex,
kableExtra,
knitr,
markdown,
rmarkdown,
xfun,
R.utils
Remotes:
github::r4ss/r4ss,
github::pfmc-assessments/nwfscSurvey,
github::pfmc-assessments/PacFIN.Utilities,
github::pfmc-assessments/sa4ss,
Depends:
R (>= 2.10)
VignetteBuilder: knitr