-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
92 lines (91 loc) · 2.16 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
export(beta_trailing50)
export(calc_metric)
export(calc_metrics)
export(calc_metrics_123)
export(calc_metrics_2funds)
export(calc_metrics_3funds)
export(calc_metrics_overtime)
export(contango_hedged)
export(contango_simple)
export(convert_gain)
export(cum_metric)
export(daily_yearly)
export(diffs)
export(gains_prices)
export(gains_rate)
export(get_sp500_tickers)
export(label_metric)
export(load_gains)
export(load_prices)
export(mdd)
export(metric_decimals)
export(metric_label)
export(metric_title)
export(metric_units)
export(moving_mean)
export(pchanges)
export(pdiffs)
export(plot_gains)
export(plot_growth)
export(plot_metrics)
export(plot_metrics_123)
export(plot_metrics_2funds)
export(plot_metrics_3funds)
export(plot_metrics_overtime)
export(prices_gains)
export(prices_rate)
export(ratios)
export(rolling_metric)
export(rrr)
export(sharpe)
export(sortino)
export(targetall)
export(targetbeta_twofunds)
export(ticker_dates)
import(ggplot2)
import(methods)
import(quantmod)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(RcppEigen,fastLmPure)
importFrom(TTR,ROC)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,first)
importFrom(data.table,last)
importFrom(data.table,melt)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,row_number)
importFrom(dplyr,slice)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(fastmatch,ctapply)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,hcl)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(plotly,ggplotly)
importFrom(plotly,style)
importFrom(purrr,reduce)
importFrom(rbenchmark,benchmark)
importFrom(roll,roll_cor)
importFrom(roll,roll_lm)
importFrom(roll,roll_prod)
importFrom(roll,roll_sd)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(scales,comma)
importFrom(scales,hue_pal)
importFrom(tidyr,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,read_html)
importFrom(zoo,rollapply)
useDynLib(stocks, .registration=TRUE)