-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
122 lines (121 loc) · 3.26 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
export(K.ratio)
export(Rank.IC)
export(Return.CumSeries)
export(Return.portfolio.cut)
export(Return.result)
export(Return.stats)
export(adj_outlier)
export(cran_pkg_trend)
export(get_KOR_fs)
export(get_KOR_price)
export(get_KOR_sector)
export(get_KOR_ticker)
export(get_US_fs)
export(get_US_price)
export(get_US_ticker)
export(get_price)
export(get_recent_bizday)
export(ipak)
export(plot_StackedBar)
export(plot_cumulative)
export(plot_drawdown)
export(plot_line)
export(plot_yearly)
export(roll_cor)
export(wt_RiskBudget)
export(wt_maxdiv)
export(wt_minvol)
export(wt_normal)
importFrom(PerformanceAnalytics,Drawdowns)
importFrom(PerformanceAnalytics,Return.annualized)
importFrom(PerformanceAnalytics,Return.cumulative)
importFrom(PerformanceAnalytics,Return.portfolio)
importFrom(PerformanceAnalytics,UpsideFrequency)
importFrom(PerformanceAnalytics,checkData)
importFrom(PerformanceAnalytics,maxDrawdown)
importFrom(PerformanceAnalytics,table.AnnualizedReturns)
importFrom(cccp,ctrl)
importFrom(cccp,getx)
importFrom(cccp,rp)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(quadprog,solve.QP)
importFrom(quantmod,Ad)
importFrom(quantmod,Cl)
importFrom(quantmod,getQuote)
importFrom(quantmod,getSymbols)
importFrom(quantmod,yahooQF)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,na.action)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stringr,str_match)
importFrom(stringr,str_replace_all)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(timetk,tk_xts)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xts,apply.monthly)
importFrom(xts,apply.yearly)
importFrom(xts,as.xts)
importFrom(xts,endpoints)
importFrom(xts,first)
importFrom(xts,last)
importFrom(xts,periodicity)
importFrom(xts,xts)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,na.fill)
importFrom(zoo,na.locf)
importFrom(zoo,rollapply)