-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.64 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
Package: gmr
Type: Package
Title: A Generalized size-structured Model for Assessing Crustaceans in R
Version: 1.3.7
Description: `gmr` is an R package providing tools to work with *GMACS*, a
Generalized size-structured Assessment Model for Crustaceans. Specifically,
it includes an extensive library of functions developed to build and run GMACS
within R and to plot outputs of the model.
Authors@R: c(
person("Matthieu", "Veron", role = c("aut", "cre"),email = "[email protected]"),
person("Cody", "Szuwalski", role = c("aut", "ctb"),email = "[email protected]"),
person("Andre", "Punt", role = c("ctb"),email = "[email protected]"),
person("Darcy", "Webber", role = c("ctb"), email = "[email protected]"),
person("Steve", "Martell", role = "ctb"),
person("Jim", "Ianelli", role = "ctb",email = "[email protected]"),
person("William", "Stockhausen", role = "ctb",email = "[email protected]"))
Author: Matthieu Veron [aut, cre], Cody Szuwalski [aut, ctb], Andre Punt [ctb],Darcy Webber [ctb], Steve Martell [ctb], Jim Ianelli [ctb], William Stockhausen [ctb]
Maintainer: Matthieu Veron <[email protected]>
URL: https://gmacs-project.github.io/gmr/, https://github.com/GMACS-project/gmr
BugReports: https://github.com/GMACS-project/gmr/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.1),
PBSadmb
Imports:
dplyr,
ggplot2,
kableExtra,
utils,
shiny,
gdata,
reshape2,
dplyr,
fs,
stringr,
tidyr,
PBSmodelling,
rstudioapi,
svDialogs,
ggridges,
magrittr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr