-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CRROption)
export(CRReuro)
export(GBSOption)
export(barrierSpreadOption)
export(bond)
export(chart_PerfSummary)
export(chart_eia_sd)
export(chart_eia_steo)
export(chart_fwd_curves)
export(chart_pairs)
export(chart_spreads)
export(chart_zscore)
export(efficientFrontier)
export(eia2tidy)
export(eia2tidy_all)
export(fitOU)
export(garch)
export(getBoC)
export(getCurve)
export(getGIS)
export(getGenscapePipeOil)
export(getGenscapeStorageOil)
export(getPrice)
export(getPrices)
export(npv)
export(promptBeta)
export(refineryLP)
export(returns)
export(rolladjust)
export(simGBM)
export(simMultivariates)
export(simOU)
export(simOUJ)
export(simOUt)
export(spreadOption)
export(swapCOM)
export(swapFutWeight)
export(swapIRS)
export(swapInfo)
export(tradeStats)
export(tradeStrategyDY)
export(tradeStrategySMA)
import(rlang)
importFrom(Rcpp,sourceCpp)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,map2)
importFrom(readr,parse_number)
importFrom(rlang,":=")
importFrom(tsibble,as_tsibble)
importFrom(tsibble,group_by_key)
importFrom(tsibble,index_by)
useDynLib(RTL, .registration = TRUE)