-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
65 lines (65 loc) · 1.51 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
Package: gfplot
Title: Data Extraction and Plotting for DFO PBS Groundfish Stocks
Version: 0.2.1
Authors@R:
c(person(given = c("Sean", "C."),
family = "Anderson",
role = c("aut", "cre"),
email = "sean.anderson@dfo-mpo.gc.ca"),
person(given = c("Elise", "A."),
family = "Keppel",
role = "aut"),
person(given = c("Andrew", "M."),
family = "Edwards",
role = "aut"),
person(given = "Chris",
family = "Grandin",
role = "aut"))
Description: Facilitates groundfish data extraction at the
Canadian Department of Fisheries and Oceans (DFO) Pacific Biological
Station (PBS), data tidying, model fitting, and plotting.
License: GPL (>=2)
URL: https://github.com/pbs-assess/gfplot
BugReports: https://github.com/pbs-assess/gfplot/issues
Depends:
R (>= 3.4.0)
Imports:
assertthat,
dplyr (>= 1.0.0),
forcats,
ggplot2 (>= 3.0.0),
ggrepel,
glmmTMB,
grid,
lubridate,
magrittr,
MASS,
methods,
numform,
PBSdata,
PBSmapping,
RColorBrewer,
reshape2,
rlang,
rosettafish,
scales,
tidyr,
TMB,
tweedie
Suggests:
akima,
hexbin,
knitr,
rmarkdown,
rstan (>= 2.20.0),
sdmTMB (>= 0.0.23),
sp,
testthat,
Remotes:
github::pbs-software/pbs-data/PBSdata,
github::pbs-assess/sdmTMB,
github::pbs-assess/rosettafish
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2