-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.34 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
Package: afscOM
Type: Package
Title: General Fisheries Simulation Model
Version: 0.1.0
Authors@R:
c(person(given = "Benjamin",
family = "Williams",
email = "ben.williams@noaa.gov",
role = c("aut", "cre")),
person(given = "Joshua",
family = "Zahner",
email = "jazahner@alaska.edu",
role = c("aut")),
person(given = "Matt",
family = "Cheng",
email = "lhcheng@alaska.edu",
role = c("aut")),
person(given = "Maia",
family = "Kapur",
role = c("aut")),
person(given = "Dan",
family = "Goethel",
role = "ctb"),
person(given = "Curry",
family = "Cunningham",
role = "ctb"),
person(given = "Chris",
family = "Lunsford",
role = "ctb"))
Maintainer: Joshua A. Zahner <joshuazahner@gmail.com>
Description: A general age-sex structured, spatially explicit fisheries simulation model.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
Imports:
tidyr,
dplyr,
rlang,
bbmle,
abind,
ggplot2,
tibble,
reshape2,
stats
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr