-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.06 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
# Generated by roxygen2: do not edit by hand
export(calcAGEB)
export(calcBP)
export(calcCCScapacity)
export(calcCapital)
export(calcEDGAR7Fgases)
export(calcEEAGHGProjections)
export(calcEmber)
export(calcEurostatEmissions)
export(calcExpertGuess)
export(calcFloorspace)
export(calcGlobalEnergyMonitor)
export(calcHRE)
export(calcIEA_ETP)
export(calcIEA_EVOutlook)
export(calcIEA_WorldEnergyOutlook)
export(calcIRENA)
export(calcMacroInvestments)
export(calcOtherFossilInElectricity)
export(calcPlasticsEoL)
export(calcProjectPipelines)
export(calcRatioPPP2MER)
export(calcUBA)
export(calcUNFCCC)
export(convertAGEB)
export(convertEDGAR7Fgases)
export(convertEmber)
export(convertGlobalCCSinstitute)
export(convertGlobalEnergyMonitor)
export(convertHRE)
export(convertIEA_CCUS)
export(convertIEA_ETP)
export(convertUBA)
export(convertUNFCCC)
export(fullREMIND)
export(fullTHRESHOLDS)
export(readAGEB)
export(readAR6GWP)
export(readEDGAR7Fgases)
export(readEmber)
export(readGlobalCCSinstitute)
export(readGlobalEnergyMonitor)
export(readHRE)
export(readIAEA_PRIS)
export(readIEA_CCUS)
export(readIEA_HSMR)
export(readUBA)
export(readUNFCCC)
export(toolAggregateTimeSteps)
export(toolBiomassSupplyAggregate)
export(toolCubicFunctionAggregate)
export(toolCubicFunctionDisaggregate)
export(toolFillEU34Countries)
export(toolSolarFunctionAggregate)
import(madrat)
import(magclass)
importFrom(data.table,":=")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,read.csv)