forked from flr/FLCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
84 lines (84 loc) · 1.78 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
75
76
77
78
79
80
81
82
83
84
Package: FLCore
Title: Core Package of FLR, Fisheries Modelling in R
Version: 2.6.12.9002
Date: 2019-03-07
Authors@R: c(
person("Iago", "Mosqueira", email = "iago.mosqueira@ec.europa.eu", role = "cre",
comment=c(c(ORCID = "0000-0002-3252-0591"))),
person("Laurence T.", "Kell", email = "laurie.kell@iccat.int", role = "aut"),
person("Philippe", "Grosjean", role = "aut"))
Description: Core classes and methods for FLR, a framework for fisheries
modelling and management strategy simulation in R. Developed by a team of
fisheries scientists in various countries. More information can be found at
http://flr-project.org/.
Depends:
R(>= 3.4),
lattice,
iterators
Imports:
graphics,
grid,
methods,
Matrix,
MASS,
stats,
stats4,
utils
License: GPL (>= 2)
Language: en-GB
Repository: flr
URL: http://flr-project.org/FLCore
BugReports: https://github.com/flr/FLCore/issues
Collate:
'genericMethods.R'
'uom.R'
'spread.R'
'FLAccesors.R'
'classesArr.R'
'FLArray.R'
'FLQuant.R'
'FLQuantPoint.R'
'FLQuantDistr.R'
'FLPar.R'
'classesComp.R'
'classesLst.R'
'FLlst-class.R'
'FLComp.R'
'FLS.R'
'FLStock.R'
'FLStockLen.R'
'FLI.R'
'FLIndex.R'
'FLIndexBiomass.R'
'FLQuants.R'
'predictModel.R'
'FLBiol.R'
'FLModel.R'
'FLModelDeriv.R'
'FLModelSim.R'
'FLSR.R'
'operators.R'
'io.VPAsuite.R'
'io.FLStock.R'
'io.MFCL.R'
'io.ADMB.R'
'FLCohort.R'
'FLlst-methods.R'
'getPlural.R'
'io.FLIndices.R'
'SRmodels.R'
'coerce.R'
'PlotDiagnostics.R'
'jackknife.R'
'aliases.R'
'zzz.R'
'io.Adapt.R'
'io.VPA2Box.R'
'data.R'
'plot.R'
'oem.R'
LazyLoad: Yes
LazyData: No
Suggests:
testthat
RoxygenNote: 6.1.0