-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.13 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
66
Package: gfiscamutils
Title: Provide functions for iSCAM models
Version: 0.0.0.9000
Authors@R:
person(given = "Chris",
family = "Grandin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-6746-3486"))
Description: Provides functions including loading, plotting and making tables for iscam outputs (from https://github.com/pbs-assess/gfiscam).
License: GPL-3
Depends: R (>= 2.10)
Imports:
coda,
cowplot,
csasdown,
data.table,
dplyr,
forecast,
forcats,
furrr,
future,
ggplot2,
gfdata,
gfutilities,
gginnards,
grDevices,
GGally,
grid,
hake,
here,
kableExtra,
knitr,
latex2exp,
lemon,
lubridate,
patchwork,
purrr,
RColorBrewer,
readr,
reshape2,
rlang,
rosettafish,
scales,
sp,
stats,
stringr,
testthat,
tibble,
tidyr,
usethis,
utils,
xtable,
zoo
Remotes:
pbs-assess/csasdown,
pbs-assess/gfdata,
pbs-assess/gfutilities,
pbs-assess/rosettafish
Suggests:
boot
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3