-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.36 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: arrowtooth
Title: Produces Arrowtooth Flounder Stock Assessment
Version: 0.0.0.9000
Authors@R:
person(given = "Chris",
family = "Grandin",
role = c("aut", "cre"),
email = "chris.grandin@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0002-6746-3486"))
Description: Provides a framework to run models and produce a CSAS stock assessment
document for Arrowtooth Flounder.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
adnuts,
crayon,
csasdown,
devtools,
dplyr,
DLMtool,
furrr,
gfiscamutils,
gfplot,
ggplot2,
glmmTMB,
hake,
here,
icesAdvice,
kableExtra,
lubridate,
PBSdata,
PBSmapping,
purrr,
RColorBrewer,
readr,
reshape2,
rlang,
scales,
sf,
stats,
tibble,
tidyr,
tidyselect,
TMB,
utils
Suggests:
covr,
testthat
Remotes:
pbs-assess/csasdown,
pbs-assess/gfdata,
pbs-assess/gfiscamutils,
pbs-assess/gfplot,
pbs-assess/gfutilities,
pbs-assess/rosettafish,
pbs-software/pbs-data/PBSdata,
pbs-software/pbs-mapping/PBSmapping,
pacific-hake/hake
URL: https://github.com/pbs-assess/arrowtooth
BugReports: https://github.com/pbs-assess/arrowtooth/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3