forked from 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/moinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
297 lines (296 loc) · 8.38 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
# Generated by roxygen2: do not edit by hand
export(calc1stBioenergyPast)
export(calcBioenergyCombined)
export(calcBodyHeight)
export(calcDemography)
export(calcEATLancetDiets)
export(calcEATLancetWaste)
export(calcEnergyFactor)
export(calcFAOForestRelocate)
export(calcFAOForestryDemand)
export(calcFAO_fishery)
export(calcFishCCImpactCheung2018)
export(calcForestArea)
export(calcForestAreaInitialization)
export(calcForestHarvestCosts)
export(calcForestProductionInitialization)
export(calcForestryProductionRatio)
export(calcIntake)
export(calcIntake2)
export(calcIntakeByGroup)
export(calcManagementFactor)
export(calcPhysicalInactivity)
export(calcTimberDemand)
export(calcTimberDemandExt)
export(calcTimberShare)
export(convertCheung2018)
export(convertFAO_fishery)
export(correctCheung2016)
export(readBijl2017)
export(readCheung2016)
export(readCheung2018)
export(readFAO_FRA2015)
export(readFAO_fishery)
export(readFeedEfficiencyReg)
export(readFeedShareReg)
export(readPYieldCoeff)
export(spatial_header)
export(toolCalcIEAfromStructureMappingPEFE)
export(toolCell2isoCell)
export(toolCubicFunctionAggregate)
export(toolCubicFunctionDisaggregate)
export(toolFAOcombine)
export(toolFertilizerDistribution)
export(toolHoldConstantBeyondEnd)
export(toolIntake)
export(toolIntake2)
export(toolIso2CellCountries)
export(toolIsocode2Country)
export(toolPregnant)
export(toolPregnant2)
export(toolSolarFunctionAggregate)
import(countrycode)
import(dplyr)
import(madrat)
import(magclass)
import(ncdf4)
import(nleqslv)
import(readxl)
import(rhdf5)
import(tidyr)
importClassesFrom(data.table,data.table)
importFrom(R.utils,isZero)
importFrom(SPEI,thornthwaite)
importFrom(WDI,WDI)
importFrom(WDI,WDIcache)
importFrom(WDI,WDIsearch)
importFrom(abind,abind)
importFrom(alabama,auglag)
importFrom(assertr,assert)
importFrom(assertr,not_na)
importFrom(assertthat,assert_that)
importFrom(compiler,cmpfun)
importFrom(countrycode,countrycode)
importFrom(data.table,":=")
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,melt.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,tstrsplit)
importFrom(demystas,vectorEnum)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
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,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,min_rank)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_)
importFrom(dplyr,sym)
importFrom(dplyr,tbl_df)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(foreach,"%:%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gdata,duplicated2)
importFrom(grDevices,boxplot.stats)
importFrom(graphics,plot)
importFrom(lazyeval,interp)
importFrom(lpjclass,as.lpj)
importFrom(lpjclass,read.LPJ_input)
importFrom(lpjclass,readLPJ)
importFrom(luscale,getAggregationMatrix)
importFrom(luscale,groupAggregate)
importFrom(luscale,rename_dimnames)
importFrom(luscale,speed_aggregate)
importFrom(luscale,superAggregate)
importFrom(luscale,weighted_mean.groupAggregate)
importFrom(madrat,calcOutput)
importFrom(madrat,madlapply)
importFrom(madrat,readSource)
importFrom(madrat,regionscode)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolCountry2isocode)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolFillWithRegionAvg)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolISOhistorical)
importFrom(madrat,toolMappingFile)
importFrom(madrat,toolNAreplace)
importFrom(madrat,toolSubtypeSelect)
importFrom(madrat,toolXlargest)
importFrom(madrat,vcat)
importFrom(magclass,"getCells<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getRegionList<-")
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,calibrate_it)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseNames)
importFrom(magclass,complete_magpie)
importFrom(magclass,convergence)
importFrom(magclass,dimOrder)
importFrom(magclass,dimReduce)
importFrom(magclass,dimSums)
importFrom(magclass,fulldim)
importFrom(magclass,getCells)
importFrom(magclass,getNames)
importFrom(magclass,getRegionList)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,is.magpie)
importFrom(magclass,lowpass)
importFrom(magclass,magpie_expand)
importFrom(magclass,magpiesort)
importFrom(magclass,mbind)
importFrom(magclass,mbind2)
importFrom(magclass,mselect)
importFrom(magclass,ncells)
importFrom(magclass,ndata)
importFrom(magclass,new.magpie)
importFrom(magclass,nregions)
importFrom(magclass,nyears)
importFrom(magclass,place_x_in_y)
importFrom(magclass,read.magpie)
importFrom(magclass,read.report)
importFrom(magclass,setCells)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,unwrap)
importFrom(magclass,where)
importFrom(magclass,wrap)
importFrom(magclass,write.magpie)
importFrom(magpiesets,findset)
importFrom(magpiesets,reporthelper)
importFrom(magpiesets,reportingnames)
importFrom(mgsub,mgsub)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(nleqslv,nleqslv)
importFrom(nnls,nnls)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plyr,ddply)
importFrom(plyr,round_any)
importFrom(quitte,add_countrycode_)
importFrom(quitte,as.quitte)
importFrom(quitte,cartesian)
importFrom(quitte,character.data.frame)
importFrom(quitte,getVars)
importFrom(quitte,inline.data.frame)
importFrom(quitte,interpolate_missing_periods)
importFrom(quitte,interpolate_missing_periods_)
importFrom(quitte,overwrite)
importFrom(quitte,removeColNa)
importFrom(quitte,revalue.levels)
importFrom(quitte,seq_range)
importFrom(raster,"crs<-")
importFrom(raster,"extent<-")
importFrom(raster,aggregate)
importFrom(raster,as.matrix)
importFrom(raster,brick)
importFrom(raster,extent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,res)
importFrom(raster,subset)
importFrom(raster,writeRaster)
importFrom(readr,col_character)
importFrom(readr,col_skip)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_csv2)
importFrom(readr,read_delim)
importFrom(readr,read_rds)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(reshape,merge_recurse)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(rhdf5,H5close)
importFrom(rhdf5,h5read)
importFrom(rlang,.data)
importFrom(rlang,is_empty)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,uniroot)
importFrom(stats,weighted.mean)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_sub)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,gather_)
importFrom(tidyr,nesting)
importFrom(tidyr,nesting_)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unite_)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv2)
importFrom(zoo,na.approx)