-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
53 lines (53 loc) · 1011 Bytes
/
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
Type: Package
Package: nwfscSurvey
Title: Northwest Fisheries Science Center Survey
Version: 2.1
Authors@R: c(
person(c("Chantel", "R."), "Wetzel", , "[email protected]", role = c("aut", "cre")),
person(c("Kelli", "F."), "Johnson", role = "aut"),
person(c("Allan", "C."), "Hicks", role = "aut")
)
Description: Northwest Fisheries Science Center survey data processing
package.
License: GPL (>=3)
Depends:
dplyr (>= 1.0.0),
R (>= 4.0)
Imports:
chron,
cli,
cowplot,
ggmosaic (>= 0.3.4),
ggnewscale,
ggokabeito,
ggplot2 (>= 3.0.0),
glue,
httr,
janitor,
jsonlite,
labelled,
lifecycle,
plyr,
purrr,
reshape2,
rlang,
stringr,
tibble,
tidyr
Suggests:
kableExtra,
knitr,
mapproj,
maps,
rmarkdown,
testthat,
usethis,
xtable
VignetteBuilder:
knitr
Remotes:
github::haleyjeppson/ggmosaic
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2