forked from pik-piam/piamInterfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
69 lines (68 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
export(checkFixUnits)
export(checkIIASASubmission)
export(checkSummations)
export(checkSummationsRegional)
export(convertHistoricalData)
export(extractReferenceYear)
export(generateIIASASubmission)
export(generateMappingfile)
export(getREMINDTemplateVariables)
export(getSummations)
export(getTemplate)
export(loadIIASATemplate)
export(plotIntercomparison)
export(priceIndicesAdd)
export(priceIndicesFix)
export(priceIndicesIIASA)
export(summationsNames)
export(templateNames)
export(variableInfo)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(gms,chooseFromList)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magclass,unitsplit)
importFrom(mip,plotstyle)
importFrom(mip,plotstyle.add)
importFrom(mip,showAreaAndBarPlots)
importFrom(quitte,as.quitte)
importFrom(quitte,getModels)
importFrom(quitte,getRegs)
importFrom(quitte,getScenarios)
importFrom(quitte,read.quitte)
importFrom(quitte,write.IAMCxlsx)
importFrom(quitte,write.mif)
importFrom(readxl,read_excel)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,aggregate)
importFrom(stats,runif)
importFrom(stringr,str_pad)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,enframe)
importFrom(tidyr,unnest_wider)
importFrom(utils,read.csv2)
importFrom(utils,write.table)
importFrom(yaml,read_yaml)