forked from Renato-Rodrigues/remind-reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
238 lines (237 loc) · 6.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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
# Generated by roxygen2: do not edit by hand
export(calcFEprices)
export(calcKayaDecomp)
export(calcNetTrade)
export(calcNetTradeValue)
export(calcPrice)
export(compareScenarios)
export(convGDX2MIF)
export(convGDX2MIF_LCOE)
export(convGDX2MIF_fallback_for_coupling)
export(convergenceCheck)
export(dashboard)
export(deletePlus)
export(gdx.copy)
export(getRunsMIFGDX)
export(get_total_efficiencies)
export(plotCDR)
export(plotLCOE)
export(read.reportEntry)
export(readAllReportingMIFinFolder)
export(readConsumption)
export(readCurrentAccount)
export(readEmissions)
export(readEnergyInvestments)
export(readFE)
export(readFuelSupplyCosts)
export(readFuelex)
export(readGDPMER)
export(readInvestmentsNonESM)
export(readNonEnergyAbatementCosts)
export(readOandMcosts)
export(readPVP)
export(readPopulation)
export(readReportingMIF)
export(readSupplycurveBio)
export(readTimeStepWeight)
export(readTrade)
export(reportCapacity)
export(reportCapitalStock)
export(reportCharts)
export(reportCosts)
export(reportCrossVariables)
export(reportDiagnosis)
export(reportEDGETransport)
export(reportEmi)
export(reportEmiAirPol)
export(reportEnergyInvestment)
export(reportExtraction)
export(reportFE)
export(reportLCOE)
export(reportMOFEX)
export(reportMacroEconomy)
export(reportPE)
export(reportPolicyCosts)
export(reportPrices)
export(reportSE)
export(reportTax)
export(reportTechnology)
export(reportTrade)
export(toolRegionSubsets)
export(validationREMIND)
export(validationSummary)
importFrom(RColorBrewer,brewer.pal)
importFrom(abind,abind)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,do_)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_)
importFrom(dplyr,sym)
importFrom(dplyr,tbl_df)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(gdx,readGDX)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(highcharter,hc_add_series_list)
importFrom(highcharter,hc_mapNavigation)
importFrom(highcharter,hc_plotOptions)
importFrom(highcharter,hc_tooltip)
importFrom(highcharter,highchart)
importFrom(highcharter,list_parse)
importFrom(iamc,iamCheck)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,seconds_to_period)
importFrom(lucode,getScenNames)
importFrom(luplot,magpie2ggplot2)
importFrom(luplot,plotcountrymap)
importFrom(luscale,speed_aggregate)
importFrom(lusweave,swR)
importFrom(lusweave,swclose)
importFrom(lusweave,swfigure)
importFrom(lusweave,swlatex)
importFrom(lusweave,swopen)
importFrom(lusweave,swtable)
importFrom(madrat,calcOutput)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolMappingFile)
importFrom(magclass,"getNames<-")
importFrom(magclass,"getRegions<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,"getYears<-")
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseNames)
importFrom(magclass,complete_magpie)
importFrom(magclass,dimReduce)
importFrom(magclass,dimSums)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,is.magpie)
importFrom(magclass,lowpass)
importFrom(magclass,magpie_expand)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(magclass,new.magpie)
importFrom(magclass,read.report)
importFrom(magclass,setCells)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,write.report)
importFrom(magclass,write.report2)
importFrom(magpie,read_all)
importFrom(mip,mipArea)
importFrom(mip,mipBarYearData)
importFrom(mip,mipLineHistorical)
importFrom(mip,plotstyle)
importFrom(mip,shorten_legend)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(plotly,hide_legend)
importFrom(plotly,layout)
importFrom(plotly,style)
importFrom(plotly,subplot)
importFrom(quitte,as.quitte)
importFrom(quitte,calcCumulatedDiscount)
importFrom(quitte,character.data.frame)
importFrom(quitte,getColValues)
importFrom(quitte,inline.data.frame)
importFrom(quitte,order.levels)
importFrom(quitte,overwrite)
importFrom(quitte,read.gdx)
importFrom(quitte,sum_total)
importFrom(readr,read_csv)
importFrom(remulator,calc_supplycurve)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(rmndt,approx_dt)
importFrom(rmndt,magpie2dt)
importFrom(scales,pretty_breaks)
importFrom(stats,IQR)
importFrom(stats,as.formula)
importFrom(stats,lag)
importFrom(stats,quantile)
importFrom(tidyr,"%>%")
importFrom(tidyr,complete)
importFrom(tidyr,expand)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,matches)
importFrom(tidyr,nesting)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tools,md5sum)
importFrom(utils,capture.output)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,write.table)