-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.17 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
Type: Package
Package: pacifichakemse
Title: Management Strategy Evaluation of Pacific Hake
Version: 0.0.0.9000
Authors@R:
person(given = "Chris",
family = "Grandin",
role = c("aut", "cre"),
email = "chris.grandin@gmail.com")
Maintainer: Chris Grandin <chris.grandin@gmail.com>
Description: Management strategy evaluation framework with a Spatial Operating Model.
License: GPL (>=3)
BugReports: https://github.com/pacific-hake/pacifichakemse/issues
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
Imports:
clisymbols,
cowplot,
crayon,
data.table,
dplyr,
forcats,
furrr,
hake,
ggplot2,
gfutilities,
gridExtra,
here,
httr2,
kableExtra,
knitr,
PNWColors,
r4ss,
RColorBrewer,
readr,
reshape2,
rlang,
purrr,
stringr,
tidyr,
tidyselect,
tibble,
tictoc,
TMB (>= 1.7.13),
utils
Suggests:
testthat,
vdiffr
LinkingTo:
RcppEigen,
TMB
Remotes:
pacific-hake/hake-assessment,
jakelawlor/PNWColors,
pbs-assess/gfutilities
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1