-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
111 lines (110 loc) · 3 KB
/
NAMESPACE
File metadata and controls
111 lines (110 loc) · 3 KB
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
# Generated by roxygen2: do not edit by hand
S3method(readData,character)
S3method(readData,gdx)
S3method(readData,list)
S3method(readData,mif)
export(ValidationMif)
export(batchPlotReport)
export(convertGDXtoMIF)
export(convertUnitsToExpected)
export(generateEmissionsFile)
export(getMetadata)
export(helperAggregateLevel)
export(helperRenameItems)
export(htmlReportValidation)
export(linkPromToMagpie)
export(plotReport)
export(projectReport)
export(readData)
export(reportACTV)
export(reportBudget)
export(reportCapacityAdditions)
export(reportCapacityElectricity)
export(reportCostsPGtechnologies)
export(reportEmissions)
export(reportEquipmentCapacityShare)
export(reportFinalEnergy)
export(reportFuelConsTargets)
export(reportGDP)
export(reportGrossInlandConsumption)
export(reportGrowthRates)
export(reportLearningCurve)
export(reportPE)
export(reportPOP)
export(reportPrice)
export(reportPriceCarbon)
export(reportSE)
export(reportVehicles)
import(rmarkdown)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,collapse)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(gdx,readGDX)
importFrom(gdxrrw,rgdx.set)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(knitr,knit2pdf)
importFrom(knitr,opts_knit)
importFrom(madrat,toolAggregate)
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,dimSums)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,is.magpie)
importFrom(magclass,mbind)
importFrom(magclass,read.report)
importFrom(magclass,write.report)
importFrom(pandoc,pandoc_activate)
importFrom(piamValidation,validationReport)
importFrom(purrr,map2)
importFrom(quitte,as.quitte)
importFrom(quitte,interpolate_missing_periods)
importFrom(rlang,as_label)
importFrom(rlang,enquo)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_rows)
importFrom(utils,read.csv)