-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.09 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
Package: hakedataUSA
Title: Extract USA Data for Pacific Hake
Version: 2022.0.1
Authors@R: c(
person(c("Kelli", "F."), "Johnson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5149-451X")),
person(c("Aaron", "M."), "Berger", role = "aut"),
person(c("Ian", "G."), "Taylor", role = "ctb"),
person(c("Alan", "C."), "Hicks", role = "ctb"),
person("Andi", "Stephens", role = "ctb")
)
Description: Extract data from the two data warehouses, i.e., North
Pacific Database (NORPAC) and Pacific Fisheries Information Network
(PacFIN), used to store data for the Pacific Fisheries Management
Council (PFMC).
License: What license it uses
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
fs,
ggplot2,
glue,
graphics,
grDevices,
magrittr,
mapdata,
maps,
plyr,
r4ss,
RColorBrewer,
readxl,
stats,
tidyr,
tools
Suggests:
knitr,
rmarkdown,
RODBC,
testthat
Remotes:
github::r4ss/r4ss
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2