-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: FLa4a
Type: Package
Title: A Simple and Robust Statistical Catch at Age Model
Version: 1.9.0.9002
Authors@R: c(
person("Colin P.", "Millar", email = "[email protected]", role = "aut"),
person("Ernesto", "Jardim", email = "[email protected]", role = c("aut", "cre")))
Description: A simple and robust statistical Catch at Age model that is
specifically designed for stocks with intermediate levels of data quantity and
quality.
License: EUPL
Imports:
methods,
lattice,
Matrix,
copula,
coda,
grid,
gridExtra,
latticeExtra,
mgcv
Depends:
R (>= 4.0),
FLCore (>= 2.6.15),
triangle,
Additional_repositories: http://flr-project.org/R
Suggests:
knitr,
formatR,
XML,
reshape2,
testthat (>= 3.0.0)
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Collate:
'FLCompMethods.R'
'FLModelSimMethods.R'
'a4aM-class.R'
'a4aM-methods.R'
'a4aGr-class.R'
'a4aGr-methods.R'
'a4aStkParams-class.R'
'submodel-class.R'
'submodels-class.R'
'SCAPars-class.R'
'SCAMCMC-class.R'
'a4aFit-class.R'
'a4aFits-class.R'
'a4aFitSA-class.R'
'a4aFitSAs-class.R'
'a4aFitMCMC-class.R'
'a4aFitMCMCs-class.R'
'a4aFitresiduals-class.R'
'coef-methods.R'
'vcov-methods.R'
'predict-methods.R'
'simulate-methods.R'
'addition-methods.R'
'internal.R'
'data.R'
'redfish-data.R'
'setupModel.R'
'fittingFunctions.R'
'l2a-methods.R'
'ma-methods.R'
'utilities.R'
'gen-methods.R'
'southern_hake-data.R'
'a4amse-sa.R'
'a4aFitCatchDiagn-class.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3