-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.07 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
Package: RstoxFDA
Version: 1.4.0
Date: 2024-10-25
Title: Fisheries Dependent Analysis with RstoX
Authors@R: c(
person(given = "Edvin",
family = "Fuglebakk",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Arne Johannes",
family = "Holmin",
role = "aut"))
Depends: R (>= 4.3)
Description: Fisheries dependent analysis, including running the Estimated Catch at Age
model through the Reca package developed by the Norwegian Computing Center.
URL: https://github.com/StoXProject/RstoxFDA
BugReports: https://github.com/StoXProject/RstoxFDA/issues
License: LGPL-3
LazyData: true
Encoding: UTF-8
Imports:
data.table (>= 1.12.6),
ggplot2 (>= 3.2.1),
gridExtra (>= 2.3),
methods (>= 3.5.0),
RColorBrewer (>= 1.1-2),
rnaturalearth (>= 1.0.1),
rnaturalearthdata (>= 1.0.0),
RstoxBase (>= 2.1.0),
RstoxData (>= 2.1.0),
sf (>= 1.0.0),
stats (>= 3.5.0),
utils (>= 3.5.0)
Suggests:
knitr,
Reca,
rmarkdown,
tinytest
Additional_repositories:
https://stoxproject.github.io/repo
RoxygenNote: 7.3.2