-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
65 lines (63 loc) · 1.04 KB
/
NAMESPACE
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
import("methods")
import("FLCore")
import("FLFishery")
import("mse")
import("data.table")
import("foreach")
import("r4ss")
importFrom("stats", "optimise", "setNames")
importFrom("mvtnorm", "rmvnorm")
export(
"buildFLBFss3",
"buildFLBFss330",
"buildFLIBss3",
"buildFLIBss330",
"buildFLSss3",
"buildFLSss330",
"buildFLSRss3",
"buildFLSss3",
"buildFLRPss3",
"buildFLRPss330",
"buildKobess3",
"buildKobess330",
"buildLCss330",
"buildRESss3",
"buildRESss330",
"convergencelevel",
"extractDevs",
"extractFbar",
"extractSSB",
"extractRec",
"extractZatage",
"loadOM",
"loadOMS",
"loadFLQs",
"loadFLS",
"loadOUT",
"loadRESIDs",
"loadRES",
"loadRPs",
"nameGrid",
"packss3run",
"prepareRetro",
"readCDss3",
"readFLIBss3",
"readFLoemss3",
"readFLomss3",
"readFLRPss3",
"readFLSss3",
"readFLSRss3",
"readFLSss3",
"readKobess3",
"readSRIss3",
"readOutputss3",
"readRESss3",
"readRESIDss3",
"readOMSss3",
"runss3grid",
"runtime",
"ssmvln"
)
exportMethods(
"results",
"results<-")