-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
196 lines (195 loc) · 4.96 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
# Generated by roxygen2: do not edit by hand
S3method(as.quitte,"NULL")
S3method(as.quitte,character)
S3method(as.quitte,data.frame)
S3method(as.quitte,list)
S3method(as.quitte,magpie)
S3method(as.quitte,quitte)
export(ISOyear)
export(add_countrycode)
export(add_countrycode_)
export(add_remind_timesteps_columns)
export(add_stacked_dodged_xpos)
export(add_timesteps_columns)
export(aggregate_map)
export(as.quitte)
export(bin_distribute)
export(bin_distribute_sizes)
export(calcAddVariable)
export(calcCumulatedDiscount)
export(calcDecompEff)
export(calcDecompEff_scen)
export(calcMitigationCost)
export(calc_addVariable)
export(calc_addVariable_)
export(calc_growthrate)
export(calc_mode)
export(calc_quantiles)
export(calc_quantiles_)
export(calc_stacked_dodged_xlabels)
export(cartesian)
export(character.data.frame)
export(character.data.frame_)
export(check_quitte)
export(chooseFilter)
export(df.2.named.vector)
export(df.as.list)
export(df_populate_range)
export(df_variation)
export(duplicate)
export(duplicate_)
export(factor.data.frame)
export(factor.data.frame_)
export(factorise)
export(getColValues)
export(getModels)
export(getPeriods)
export(getRegs)
export(getScenarios)
export(getVars)
export(gg_colour_hue)
export(ggplot_bar_remind_vts)
export(ggplot_bar_stacked_dodged)
export(ggplot_bar_vts)
export(inline.data.frame)
export(interpolate_missing_periods)
export(interpolate_missing_periods_)
export(is.quitte)
export(list_to_data_frame)
export(list_to_data_frame_)
export(madrat_mule)
export(magclass_to_tibble)
export(make.ISOyear)
export(mif2rds)
export(mutate_text)
export(order.levels)
export(order.levels_)
export(overwrite)
export(prepQuitteForScatter)
export(quitte2quantiles)
export(quitteSort)
export(read.gdx)
export(read.quitte)
export(read.snapshot)
export(read_mif_header)
export(removeColNa)
export(replace_column)
export(replace_column_)
export(reportDuplicates)
export(revalue.levels)
export(revalue.levels_)
export(seq_range)
export(setXor)
export(signif_frac)
export(signrange)
export(strtrimcommon)
export(sum_total)
export(sum_total_)
export(toolExtractSortScaleQuitte)
export(unique_or_levels)
export(write.IAMCcsv)
export(write.IAMCxlsx)
export(write.mif)
import(dplyr)
import(utils)
importFrom(cli,cli_abort)
importFrom(countrycode,countrycode)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,lag)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(forcats,fct_na_value_to_level)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_continuous)
importFrom(glue,glue)
importFrom(gms,chooseFromList)
importFrom(grDevices,hcl)
importFrom(lazyeval,f_eval)
importFrom(lazyeval,interp)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(lubridate,is.POSIXct)
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magrittr,"%>%")
importFrom(methods,getFunction)
importFrom(plyr,revalue)
importFrom(purrr,map)
importFrom(readr,DataFrameCallback)
importFrom(readr,problems)
importFrom(readr,read_delim)
importFrom(readr,read_delim_chunked)
importFrom(readr,read_lines)
importFrom(readr,write_lines)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,get_expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_false)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tibble_)
importFrom(tidyr,complete)
importFrom(tidyr,crossing)
importFrom(tidyr,nest)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(utils,read.table)
importFrom(writexl,write_xlsx)
importFrom(zoo,na.approx)