-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.01 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
Package: gfiphc
Title: Data Extraction and Analysis for Groundfish Data from the IPHC Longline Survey in BC
Version: 1.2.0
Authors@R:
c(person(c("Andrew", "M."), "Edwards", email = "[email protected]", role = c("cre", "aut")),
person(c("Sean", "C."), "Anderson", role = "aut"),
person(c("Elise", "A."), "Keppel", role = "aut"),
person(c("Chris", "J."), "Grandin", role = "aut"))
Description: Facilitates International Pacific Halibut Commission (IPHC)
survey groundfish data extraction
at the Pacific Biological Station (PBS), Department of Fisheries and Oceans Canada,
and analysis of the data for all species caught in British Columbia waters.
Date: 2023-04-20
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
Imports:
magrittr,
dplyr,
boot,
rlang,
RColorBrewer,
gfdata,
PBSmapping,
gplots,
testthat,
tidyr
Remotes: github::pbs-assess/gfdata
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr