-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.41 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
Package: FLasher
Title: Projection and Forecasting of Fish Populations, Stocks and Fleets
Description: Projection of future population and fishery dynamics is carried
out for a given set of management targets. A system of equations is solved,
using Automatic Differentation (AD), for the levels of effort by fishery
(fleet) that will result in the required abundances, catches or fishing
mortalities.
X-schema.org-keywords: forecast, fisheries, flr, R
Version: 0.7.1.9223
Authors@R: c(
person(given = 'Iago', family = 'Mosqueira', role = c('aut', 'cre'),
email = '[email protected]'),
person(given = 'Finlay', family = 'Scott', role = c('aut'),
email = '[email protected]'))
Copyright: European Union
Depends:
R(>= 3.5.0),
FLCore(> 2.6.5),
FLFishery(>= 0.1),
ggplotFL
Imports:
methods,
Rcpp (>= 0.12.0),
rlang,
ggplot2
LinkingTo: Rcpp
SystemRequirements: C++11
Byarch: false
Additional_repositories: https://flr.r-universe.dev
Suggests:
testthat,
knitr,
rmarkdown,
covr
Collate:
classes.R
generics.R
accessors.R
methods.R
utilities.R
fwd.R
ffwd.R
constructors.R
fcb_draw.R
RcppExports.R
test_helper_functions.R
rcpp_plugin.R
data.R
coerce.R
window.R
FLasherLib.R
plot.R
zzz.R
License: EUPL
VignetteBuilder: knitr
LazyData: No
NeedsCompilation: Yes
Biarch: FALSE
BugReports: https://github.com/flr/FLasher/issues
RoxygenNote: 7.2.3
Encoding: UTF-8