-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
executable file
·71 lines (70 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export("%x<%")
export("%x>%")
export(ed_code)
export(ed_fred)
export(ed_fred_symbol)
export(ed_nbs)
export(ed_nbs_subregion)
export(ed_nbs_symbol)
export(md_bond)
export(md_forex)
export(md_future)
export(md_future_symbol)
export(md_money)
export(md_moneycn)
export(md_stock)
export(md_stock_adjust)
export(md_stock_financials)
export(md_stock_symbol)
export(md_symbol)
export(pq_addti)
export(pq_addti_funs)
export(pq_freq)
export(pq_opr)
export(pq_performance)
export(pq_performance_funs)
export(pq_plot)
export(pq_portfolio)
export(pq_return)
import(PerformanceAnalytics)
import(TTR)
import(data.table)
import(echarts4r)
import(httr)
import(xefun)
importFrom(curl,curl)
importFrom(curl,curl_download)
importFrom(curl,has_internet)
importFrom(curl,new_handle)
importFrom(curl,nslookup)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,set_config)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(readxl,read_excel)
importFrom(rvest,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(stringi,stri_unescape_unicode)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(xefun,as.list2)
importFrom(xefun,date_bop)
importFrom(xefun,date_eop)
importFrom(xefun,date_num)
importFrom(zoo,na.locf0)