-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.13 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
Package: FLBRP
Title: Reference Points for Fisheries Management
Version: 2.5.9.9051
Authors@R: c(
person("Iago", "Mosqueira", email = "[email protected]", role = "cre"),
person("Laurence T.", "Kell", email = "[email protected]", role = "aut"),
person("Finlay", "Scott", email = "[email protected]", role = "aut"))
Description: Calculates a range of biological reference points based upon
yield per recruit and stock recruit based equilibrium calculations. These
include F based reference points like F0.1, FMSY and biomass based
reference points like BMSY.
X-schema.org-keywords: reference points, fisheries, flr, R, c++
License: GPL-3
URL: http://flr-project.org/FLBRP
Depends:
R (>= 3.5.0),
FLCore (>= 2.6.7),
ggplotFL
Imports:
methods,
ggplot2
Suggests:
knitr,
rmarkdown
Collate:
classes.R
generics.R
accessors.R
constructors.R
methods.R
coerce.R
refpts.R
utilities.R
fwdWindow.R
plots.R
spr.R
statistics.R
Additional_repositories: https://flr.r-universe.dev
VignetteBuilder: knitr
LazyLoad: Yes
LazyData: No
NeedsCompilation: Yes
Biarch: FALSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1