-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 2.31 KB
/
NAMESPACE
File metadata and controls
86 lines (85 loc) · 2.31 KB
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
# Generated by roxygen2: do not edit by hand
export(F_Score_US)
export(F_Score_value_US)
export(Return.portfolio.cut)
export(Return.result)
export(Return.stats)
export(RiskBudget)
export(arrange_KOR_fs)
export(arrange_US_fs)
export(french_library)
export(get_KOR_fs)
export(get_KOR_fs2)
export(get_KOR_price)
export(get_KOR_ticker)
export(get_Table)
export(get_US_fs)
export(get_US_price)
export(get_US_ticker)
export(ipak)
export(library_list)
export(reb_point)
export(roll_cor)
export(wt_maxdiv)
export(wt_minvol)
export(wt_normal)
export(yr_plot)
importFrom(PerformanceAnalytics,Return.annualized)
importFrom(PerformanceAnalytics,Return.cumulative)
importFrom(PerformanceAnalytics,Return.portfolio)
importFrom(PerformanceAnalytics,UpsideFrequency)
importFrom(PerformanceAnalytics,chart.RollingCorrelation)
importFrom(PerformanceAnalytics,checkData)
importFrom(PerformanceAnalytics,maxDrawdown)
importFrom(PerformanceAnalytics,table.AnnualizedReturns)
importFrom(cccp,ctrl)
importFrom(cccp,getx)
importFrom(cccp,rp)
importFrom(dplyr,bind_rows)
importFrom(fBasics,isPositiveDefinite)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(httr,GET)
importFrom(lubridate,today)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(quadprog,solve.QP)
importFrom(quantmod,Ad)
importFrom(quantmod,Cl)
importFrom(quantmod,getFinancials)
importFrom(quantmod,getQuote)
importFrom(quantmod,getSymbols)
importFrom(quantmod,viewFinancials)
importFrom(quantmod,yahooQF)
importFrom(readr,read_csv)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stats,cor)
importFrom(stats,lag)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(stringi,stri_trim_both)
importFrom(tibble,column_to_rownames)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xts,apply.monthly)
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.locf)
importFrom(zoo,rollapply)