-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
118 lines (118 loc) · 3.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Package: pacea
Type: Package
Title: An R package of Pacific ecosystem information to help facilitate an ecosystem approach to fisheries management
Version: 1.0.0
Authors@R: c(
person(c("A.", "M."), "Edwards",
email = "andrew.edwards@dfo-mpo.gc.ca",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2749-8198")),
person(c("T.", "C."), "Tai",
email = "travis.tai@dfo-mpo.gc.ca",
role = c("aut"),
comment = c(ORCID = "0000-0001-7013-1901")),
person("J.", "Watson",
role = c("aut"),
comment = c(ORCID = "0000-0002-4773-1631")),
person(c("M.", "A."), "Peña",
email = "angelica.pena@dfo-mpo.gc.ca",
role = c("aut"),
comment = c(ORCID = "0000-0001-8002-3402")),
person(c("A."), "Hilborn",
email = "andrea.hilborn@dfo-mpo.gc.ca",
role = c("aut"),
comment = c(ORCID = "0000-0002-5967-5788")),
person(c("C.", "G."), "Hannah",
email = "charles.hannah@dfo-mpo.gc.ca",
role = c("aut"),
comment = c(ORCID = "0000-0002-0238-5683")),
person(c("C.", "N."), "Rooper",
email = "chris.rooper@dfo-mpo.gc.ca",
role = c("aut"),
comment = c(ORCID = "0000-0003-2315-1269")),
person(c("K.", "L."), "Flynn",
email = "kelsey.flynn@dfo-mpo.gc.ca",
role = c("aut")),
person(c("G.", "L."), "Oldford",
email = "greig.oldford@dfo-mpo.gc.ca",
role = c("aut")),
person("Jessica", "Nephin ",
role = c("ctb")),
person("Strahan", "Tucker",
role = c("ctb")),
person("Matt", "Grinnell ",
role = c("ctb")),
person("Lindsay", "Davidson ",
role = c("ctb")),
person("Sean", "Anderson",
role = c("ctb")),
person("Philina", "English",
role = c("ctb")),
person("Chris", "Grandin",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6746-3486")),
person("Jennifer", "Boldt",
role = c("ctb")),
person("Kelly", "Young",
role = c("ctb")))
URL: https://github.com/pbs-assess/pacea
BugReports: https://github.com/pbs-assess/pacea/issues
Maintainer: Andrew Edwards <andrew.edwards@dfo-mpo.gc.ca>
Description: Contains a variety of data sets and model output. We wrangle the data sets behind the scenes to get them into usable formats in R, and provide helpful plotting functions. All data sets include documentation regarding the original sources and authors, who should be cited and consulted as appropriate.
DOI: TODO
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.0.2),
doParallel,
foreach,
ggplot2,
grDevices,
graphics,
httr,
lubridate (>= 1.8.0),
magrittr (>= 2.0.1),
pals,
parallel,
rappdirs,
rlang (>= 0.4.11),
sf (>= 1.0.10),
stats,
tidyr,
tibble,
usethis,
utils,
zen4R
RoxygenNote: 7.2.3
Remotes: github::pbs-assess/gfiphc
Suggests:
rmarkdown,
knitr,
sp (>= 1.4.5),
plyr (>= 1.8.6),
spdep (>= 1.1.5),
ggpolypath (>= 0.1.0),
mgcv (>= 1.8.31),
GGally (>= 2.1.0),
boot (>= 1.3.25),
raster (>= 3.4.13),
abind (>= 1.4.5),
viridis (>= 0.5.1),
RColorBrewer (>= 1.1-2),
gfiphc (>= 0.0.0.9000),
rerddap (>= 0.7.6),
stringr (>= 1.4.0),
assertthat (>= 0.2.1),
exactextractr (>= 0.7.1),
Matrix,
testthat (>= 3.0.0),
terra,
gstat,
methods,
here
VignetteBuilder: knitr
Config/testthat/edition: 3