-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNAMESPACE
More file actions
123 lines (122 loc) · 2.73 KB
/
NAMESPACE
File metadata and controls
123 lines (122 loc) · 2.73 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
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
123
# Generated by roxygen2: do not edit by hand
export(BETS.addin_en)
export(BETS.addin_pt)
export(BETSget)
export(BETSsearch)
export(BETSsources)
export(arch_test)
export(bcbExpectA)
export(bcbExpectATop5)
export(bcbExpectInf12)
export(bcbExpectM)
export(bcbExpectMTop5)
export(bcbExpectT)
export(chart)
export(corrgram)
export(dashboard)
export(deflate)
export(dummy)
export(grnn.test)
export(grnn.train)
export(normalize)
export(predict)
export(report)
export(saveSas)
export(saveSpss)
export(saveStata)
export(sidraGet)
export(sidraSearch)
export(std_resid)
export(t_test)
export(ur_test)
import(DBI)
import(RMySQL)
import(digest)
import(dplyr)
import(dygraphs)
import(forecast)
import(grnn)
import(miniUI)
import(plotly)
import(rjson)
import(rmarkdown)
import(rstudioapi)
import(rvest)
import(shiny)
import(sqldf)
import(stringr)
import(urca)
import(webshot)
import(xml2)
import(zoo)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(forecast,ma)
importFrom(foreign,write.dta)
importFrom(foreign,write.foreign)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(htmltools,html_print)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(lubridate,month)
importFrom(plotly,export)
importFrom(plotly,plotly_build)
importFrom(seasonal,seas)
importFrom(stats,aggregate)
importFrom(stats,as.ts)
importFrom(stats,embed)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,plot.ts)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,uniroot)
importFrom(stats,window)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(utils,View)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,remove.packages)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.csv2)
importFrom(zoo,as.Date)
importFrom(zoo,as.yearqtr)
importFrom(zoo,zooreg)