forked from pik-piam/mredgebuildings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
171 lines (170 loc) · 4.53 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
# Generated by roxygen2: do not edit by hand
export(calcBuildingStock)
export(calcCarrierPrices)
export(calcCostConstruction)
export(calcCostDemolition)
export(calcCostRenovation)
export(calcFEdemandBuildings)
export(calcFloorspacePast)
export(calcHeatingCapacity)
export(calcHeatingSystem)
export(calcHouseholdSize)
export(calcIEAPFU)
export(calcLifetimeParams)
export(calcMatchingReference)
export(calcPopulationBuildings)
export(calcRenovationCostModel)
export(calcShareETP)
export(calcShareOdyssee)
export(calcSharesBuildingDemand)
export(calcSurface)
export(calcUEdemand)
export(calcUValue)
export(convertCensusHub)
export(convertDaioglou)
export(convertDeetman2020)
export(convertEEAfloorspace)
export(convertEUBuildingsDB)
export(convertEnergiforsk2016)
export(convertEurObservER)
export(convertEuropeanCommissionRenovation)
export(convertEurostatBuildings)
export(convertGDL)
export(convertHDDCDD)
export(convertOdyssee)
export(convertUNHouseholds)
export(fullEDGEBUILDINGS)
export(getFEbyEUEC)
export(readCensusHub)
export(readDaioglou)
export(readDeetman2020)
export(readECEMF)
export(readEEAfloorspace)
export(readEHI)
export(readEUBuildingsDB)
export(readEnergiforsk2016)
export(readEurObservER)
export(readEuropeanCommissionRenovation)
export(readEurostatBuildings)
export(readGDL)
export(readHotmaps)
export(readIEAfloorspace)
export(readOdyssee)
export(readUNHouseholds)
export(toolCountryFillAvg)
export(toolDisaggregate)
export(toolUnitConversion)
import(madrat)
import(magclass)
import(mrcommons)
import(mrdrivers)
import(mrremind)
importFrom(brick,getBrickMapping)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,cross_join)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,inner_join)
importFrom(dplyr,last_col)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,syms)
importFrom(dplyr,ungroup)
importFrom(madrat,calcOutput)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolCountry2isocode)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolSubtypeSelect)
importFrom(magclass,"getItems<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,add_dimension)
importFrom(magclass,as.magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,dimReduce)
importFrom(magclass,dimSums)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(magclass,setNames)
importFrom(magclass,time_interpolate)
importFrom(ncdf4,nc_open)
importFrom(openxlsx,read.xlsx)
importFrom(plyr,revalue)
importFrom(pracma,integral2)
importFrom(quadprog,solve.QP)
importFrom(quitte,as.quitte)
importFrom(quitte,calc_addVariable)
importFrom(quitte,getPeriods)
importFrom(quitte,getRegs)
importFrom(quitte,inline.data.frame)
importFrom(quitte,interpolate_missing_periods)
importFrom(quitte,removeColNa)
importFrom(quitte,replace_column)
importFrom(quitte,revalue.levels)
importFrom(raster,writeRaster)
importFrom(readxl,read_xlsx)
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,predict)
importFrom(stats,pweibull)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(terra,aggregate)
importFrom(terra,classify)
importFrom(terra,ext)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,regress)
importFrom(terra,res)
importFrom(terra,setGDALconfig)
importFrom(terra,subset)
importFrom(terra,tapp)
importFrom(terra,writeCDF)
importFrom(tidyr,"%>%")
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(zoo,rollmean)