-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
108 lines (107 loc) · 2.72 KB
/
NAMESPACE
File metadata and controls
108 lines (107 loc) · 2.72 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
# Generated by roxygen2: do not edit by hand
export(DomesticExportPrices)
export(DomesticImportPrices)
export(ExportShareProduction)
export(GDP)
export(ImportShareDemand)
export(NetPrices)
export(NetTradeShareDemand)
export(NetTradeShareProduction)
export(PerCapKCal)
export(PerCapKCalCommodity)
export(animals)
export(biofuelFeedstock)
export(calcRelative)
export(clean_description)
export(clean_unit)
export(consumerPrices)
export(cropArea)
export(cropAreaAgg)
export(demand)
export(export)
export(foodAvailability)
export(getReport)
export(householdDemand)
export(householdIncome)
export(householdPopulation)
export(hungerRisk)
export(import)
export(intermediateDemand)
export(levelSum)
export(lsfDemand)
export(malnourished)
export(name_cleaner)
export(netTrade)
export(otherDemand)
export(percapGDP)
export(population)
export(producerPrices)
export(production)
export(reportAnimals)
export(reportBiofuelFeedstock)
export(reportConsumerPrices)
export(reportCropArea)
export(reportDemand)
export(reportDomesticExportPrices)
export(reportDomesticImportPrices)
export(reportExport)
export(reportExportShareProduction)
export(reportFoodAvailability)
export(reportGDP)
export(reportHouseholdDemand)
export(reportHouseholdIncome)
export(reportHouseholdPopulation)
export(reportHungerRisk)
export(reportImport)
export(reportImportShareDemand)
export(reportIntermediateDemand)
export(reportLSFDemand)
export(reportMalnourished)
export(reportNetPrices)
export(reportNetTrade)
export(reportNetTradeShareDemand)
export(reportNetTradeShareProduction)
export(reportOtherDemand)
export(reportPerCapGDP)
export(reportPerCapKCal)
export(reportPerCapKCalCommodity)
export(reportPopulation)
export(reportProducerPrices)
export(reportProduction)
export(reportSingleWorldPrices)
export(reportSupply)
export(reportWeightedWorldPrices)
export(reportYields)
export(singleWorldPrices)
export(supply)
export(weightedWorldPrices)
export(yields)
importFrom(DOORMAT,aggregateIMPACT)
importFrom(DOORMAT,readGDX)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,case_when)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(forcats,fct_relevel)
importFrom(magclass,add_columns)
importFrom(magclass,add_dimension)
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,collapseNames)
importFrom(magclass,dimSums)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getRegions)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,mbind)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,where)
importFrom(readxl,read_xlsx)
importFrom(rlang,is_empty)