forked from pik-piam/mrtransport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
export(convertGCAM)
export(convertPSI)
export(convertUCD)
export(correctGCAM)
export(readGCAM)
export(readPSI)
export(readREMINDinputForTransportStandalone)
export(readTRACCS)
export(readUCD)
export(toolAggregateVehicleTypes)
export(toolIEAharmonization)
export(toolPrepareEurostatEnergyCountryDataSheets)
export(toolPrepareGCAM)
export(toolPreparePSI)
export(toolPreparePurchasePriceSubsidies)
export(toolPrepareTransportSubsidies)
export(toolPrepareUCD)
import(GDPuc)
import(data.table)
import(madrat)
import(mrcommons)
import(mrdrivers)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,merge.data.table)
importFrom(gdx,readGDX)
importFrom(madrat,calcOutput)
importFrom(madrat,getISOlist)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolCountry2isocode)
importFrom(madrat,toolCountryFill)
importFrom(madrat,vcat)
importFrom(magclass,"getItems<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,as.magpie)
importFrom(magclass,dimSums)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(magclass,setComment)
importFrom(magclass,setNames)
importFrom(magclass,time_interpolate)
importFrom(magrittr,`%>%`)
importFrom(quitte,as.quitte)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(rmndt,approx_dt)
importFrom(rmndt,magpie2dt)
importFrom(stringr,str_extract)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(zoo,na.approx)