forked from pik-piam/mrremind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
311 lines (310 loc) · 8.59 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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
# Generated by roxygen2: do not edit by hand
export(calcAGEB)
export(calcBP)
export(calcCement)
export(calcCementShare)
export(calcChemicalFeedstocksShare)
export(calcClinker_to_cement_ratio)
export(calcEDGAR7Fgases)
export(calcEEAGHGProjections)
export(calcEmber)
export(calcEmissionFactorsFeedstocks)
export(calcFloorspace)
export(calcGlobalEnergyMonitor)
export(calcHRE)
export(calcIEA_ETP)
export(calcIEA_EVOutlook)
export(calcIEA_WEO_2021)
export(calcIndustry_EEK)
export(calcIndustry_Value_Added)
export(calcODYM_RECC)
export(calcOtherFossilInElectricity)
export(calcPlasticsEoL)
export(calcShareIndFE)
export(calcSteelStock)
export(calcSteel_Projections)
export(calcUBA)
export(calcUNFCCC)
export(calcUNIDO)
export(calcindustry_max_secondary_steel_share)
export(calcindustry_specific_FE_limits)
export(calcindustry_subsectors_specific)
export(calcpm_delta_kap_industry)
export(convertADVANCE_WP2)
export(convertAGEB)
export(convertEDGAR7Fgases)
export(convertEmber)
export(convertGlobalEnergyMonitor)
export(convertHRE)
export(convertMueller)
export(convertUBA)
export(convertUNFCCC)
export(convertUNIDO)
export(convertUSGS)
export(filter_historical_mif)
export(readADVANCE_WP2)
export(readAGEB)
export(readAR6GWP)
export(readEDGAR7Fgases)
export(readEmber)
export(readGlobalEnergyMonitor)
export(readHRE)
export(readIEA_WEIO_2014)
export(readMueller)
export(readODYM_RECC)
export(readPauliuk)
export(readUBA)
export(readUNFCCC)
export(readUNIDO)
export(readUSGS)
export(readindustry_subsectors_specific)
export(readvanRuijven2016)
export(readworldsteel)
export(toolBiomassSupplyAggregate)
export(toolCubicFunctionAggregate)
export(toolCubicFunctionDisaggregate)
export(toolFillEU34Countries)
export(toolSolarFunctionAggregate)
export(tool_expand_tibble)
import(edgeTransport)
import(madrat)
import(magclass)
import(mrcommons)
import(mrdrivers)
importFrom(Hmisc,wtd.quantile)
importFrom(R.utils,isZero)
importFrom(assertr,assert)
importFrom(assertr,in_set)
importFrom(assertr,not_na)
importFrom(assertr,verify)
importFrom(assertr,within_bounds)
importFrom(broom,tidy)
importFrom(car,logit)
importFrom(countrycode,countrycode)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,min_rank)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_)
importFrom(dplyr,rename_all)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,semi_join)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_)
importFrom(dplyr,summarize)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(madrat,calcOutput)
importFrom(madrat,getConfig)
importFrom(madrat,getISOlist)
importFrom(madrat,madratAttach)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolCountry2isocode)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolFillWithRegionAvg)
importFrom(madrat,toolFillYears)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolISOhistorical)
importFrom(madrat,toolNAreplace)
importFrom(madrat,toolSubtypeSelect)
importFrom(madrat,vcat)
importFrom(magclass,"getItems<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getRegions<-")
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,dimReduce)
importFrom(magclass,dimSums)
importFrom(magclass,getCells)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,is.magpie)
importFrom(magclass,magpiesort)
importFrom(magclass,magpply)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(magclass,ndim)
importFrom(magclass,new.magpie)
importFrom(magclass,nregions)
importFrom(magclass,nyears)
importFrom(magclass,read.magpie)
importFrom(magclass,read.report)
importFrom(magclass,replace_non_finite)
importFrom(magclass,setCells)
importFrom(magclass,setItems)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,where)
importFrom(magclass,write.magpie)
importFrom(magclass,write.report)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(plyr,round_any)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(quitte,add_countrycode_)
importFrom(quitte,as.quitte)
importFrom(quitte,calc_addVariable)
importFrom(quitte,calc_mode)
importFrom(quitte,cartesian)
importFrom(quitte,character.data.frame)
importFrom(quitte,df_populate_range)
importFrom(quitte,duplicate)
importFrom(quitte,duplicate_)
importFrom(quitte,getVars)
importFrom(quitte,inline.data.frame)
importFrom(quitte,interpolate_missing_periods)
importFrom(quitte,interpolate_missing_periods_)
importFrom(quitte,list_to_data_frame)
importFrom(quitte,madrat_mule)
importFrom(quitte,magclass_to_tibble)
importFrom(quitte,order.levels)
importFrom(quitte,overwrite)
importFrom(quitte,removeColNa)
importFrom(quitte,seq_range)
importFrom(quitte,sum_total_)
importFrom(readODS,read_ods)
importFrom(readr,col_character)
importFrom(readr,col_skip)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,is_empty)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,SSlogis)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nls)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,weighted.mean)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyr,everything)
importFrom(tidyr,expand_grid)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,gather_)
importFrom(tidyr,nest)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,separate_)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(zoo,na.approx)
importFrom(zoo,na.fill)
importFrom(zoo,rollmean)