forked from pik-piam/remind2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
272 lines (271 loc) · 7.45 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# Generated by roxygen2: do not edit by hand
export(calcNetTrade)
export(calcNetTradeValue)
export(calcPrice)
export(calc_CES_marginals)
export(calc_regionSubset_sums)
export(checkVsCalibData)
export(colorScenConf)
export(compareCalibrationTargets)
export(compareScenConf)
export(compareScenarios2)
export(convGDX2CSV_LCOE)
export(convGDX2MIF)
export(convGDX2MIF_LCOE)
export(convGDX2MIF_REMIND2MAgPIE)
export(createVarListHtml)
export(deletePlus)
export(gdx.copy)
export(getCfgDefaultPath)
export(getCfgScenPath)
export(getCs2Profiles)
export(getMifHistPath)
export(getMifScenPath)
export(getRunsMIFGDX)
export(get_total_efficiencies)
export(loadCs2Data)
export(loadModeltest)
export(nashAnalysis)
export(plotLCOE)
export(plotNashConvergence)
export(read.reportEntry)
export(readAll)
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(reportClimate)
export(reportCosts)
export(reportCrossVariables)
export(reportDIETER)
export(reportEDGETransport)
export(reportEmi)
export(reportEmiAirPol)
export(reportEmiForClimateAssessment)
export(reportEmployment)
export(reportEnergyInvestment)
export(reportExtraction)
export(reportFE)
export(reportLCOE)
export(reportMOFEX)
export(reportMacroEconomy)
export(reportPE)
export(reportPolicyCosts)
export(reportPrices)
export(reportSDPVariables)
export(reportSE)
export(reportTax)
export(reportTechnology)
export(reportTrade)
export(runEmployment)
export(switchValuesScenConf)
export(test_ranges)
export(toolRegionSubsets)
export(variablesAsList)
import(magclass)
importFrom(abind,abind)
importFrom(assertr,assert)
importFrom(assertr,not_na)
importFrom(data.table,":=")
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,frollmean)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(gdx,readGDX)
importFrom(gdxdt,readgdx)
importFrom(gdxrrw,gdxInfo)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
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,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_identity)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(gms,getLine)
importFrom(gms,readDefaultConfig)
importFrom(lucode2,getScenNames)
importFrom(lusweave,swclose)
importFrom(lusweave,swfigure)
importFrom(lusweave,swlatex)
importFrom(lusweave,swopen)
importFrom(madrat,calcOutput)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolGetMapping)
importFrom(magclass,"getItems<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,"getYears<-")
importFrom(magclass,"mselect<-")
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,collapseNames)
importFrom(magclass,complete_magpie)
importFrom(magclass,dimExists)
importFrom(magclass,dimReduce)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,lowpass)
importFrom(magclass,magpie_expand)
importFrom(magclass,mbind)
importFrom(magclass,mcalc)
importFrom(magclass,mselect)
importFrom(magclass,ndata)
importFrom(magclass,new.magpie)
importFrom(magclass,read.report)
importFrom(magclass,setItems)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,write.report)
importFrom(mip,plotstyle)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(piamInterfaces,checkSummations)
importFrom(piamInterfaces,checkVarNames)
importFrom(piamPlotComparison,getCs2Profiles)
importFrom(piamutils,deletePlus)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(plotly,hide_legend)
importFrom(plotly,layout)
importFrom(plotly,subplot)
importFrom(quitte,as.quitte)
importFrom(quitte,calcCumulatedDiscount)
importFrom(quitte,df.2.named.vector)
importFrom(quitte,getColValues)
importFrom(quitte,getPeriods)
importFrom(quitte,getRegs)
importFrom(quitte,getScenarios)
importFrom(quitte,inline.data.frame)
importFrom(quitte,magclass_to_tibble)
importFrom(quitte,order.levels)
importFrom(quitte,overwrite)
importFrom(quitte,read.gdx)
importFrom(quitte,read.quitte)
importFrom(quitte,revalue.levels)
importFrom(quitte,sum_total)
importFrom(readr,read_csv)
importFrom(readr,write_rds)
importFrom(remulator,calc_supplycurve)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,is_empty)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rmarkdown,render)
importFrom(rmndt,approx_dt)
importFrom(rmndt,readMIF)
importFrom(rmndt,writeMIF)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand)
importFrom(tidyr,expand_grid)
importFrom(tidyr,extract)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyselect,everything)
importFrom(tools,md5sum)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(withr,defer)
importFrom(withr,local_connection)