-
Notifications
You must be signed in to change notification settings - Fork 37
/
NAMESPACE
153 lines (152 loc) · 4.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
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
# Generated by roxygen2: do not edit by hand
export(addMapping)
export(cacheCleanup)
export(cacheCopy)
export(calcOutput)
export(compareData)
export(compareMadratOutputs)
export(downloadSource)
export(findBottlenecks)
export(getCalculations)
export(getConfig)
export(getDependencies)
export(getFromComment)
export(getISOlist)
export(getLinkFunction)
export(getLocation)
export(getMadratGraph)
export(getMadratInfo)
export(getMadratMessage)
export(getSources)
export(installedMadratUniverse)
export(localConfig)
export(madapply)
export(madlapply)
export(madratAttach)
export(madratDetach)
export(metadataGFZ)
export(pucAggregate)
export(putMadratMessage)
export(readSource)
export(redirectSource)
export(regionscode)
export(resetMadratMessages)
export(retrieveData)
export(setConfig)
export(toolAggregate)
export(toolCodeLabels)
export(toolConditionalReplace)
export(toolConvertMapping)
export(toolCountry2isocode)
export(toolCountryFill)
export(toolFillWithRegionAvg)
export(toolFillYears)
export(toolGetMapping)
export(toolISOhistorical)
export(toolManualDownload)
export(toolNAreplace)
export(toolOrderCells)
export(toolSplitSubtype)
export(toolSubtypeSelect)
export(toolTimeAverage)
export(toolTimeSpline)
export(toolXlargest)
export(vcat)
export(visualizeDependencies)
import(magclass)
importFrom(Matrix,Matrix)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(callr,r)
importFrom(digest,digest)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,as_undirected)
importFrom(igraph,cluster_edge_betweenness)
importFrom(igraph,components)
importFrom(igraph,ego)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,make_ego_graph)
importFrom(igraph,membership)
importFrom(igraph,subcomponent)
importFrom(igraph,union)
importFrom(magclass,"getCells<-")
importFrom(magclass,"getComment<-")
importFrom(magclass,"getNames<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,"getYears<-")
importFrom(magclass,as.array)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseNames)
importFrom(magclass,dimCode)
importFrom(magclass,dimExists)
importFrom(magclass,dimSums)
importFrom(magclass,fulldim)
importFrom(magclass,getCells)
importFrom(magclass,getComment)
importFrom(magclass,getDim)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,is.magpie)
importFrom(magclass,magpie_expand)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(magclass,ncells)
importFrom(magclass,ndata)
importFrom(magclass,new.magpie)
importFrom(magclass,nregions)
importFrom(magclass,nyears)
importFrom(magclass,read.magpie)
importFrom(magclass,setCells)
importFrom(magclass,setComment)
importFrom(magclass,setYears)
importFrom(magclass,time_interpolate)
importFrom(magclass,where)
importFrom(magclass,wrap)
importFrom(magclass,write.magpie)
importFrom(magclass,write.report)
importFrom(methods,formalArgs)
importFrom(pkgload,is_dev_package)
importFrom(renv,activate)
importFrom(renv,hydrate)
importFrom(renv,init)
importFrom(renv,restore)
importFrom(renv,snapshot)
importFrom(stats,smooth.spline)
importFrom(stringi,stri_extract)
importFrom(stringi,stri_extract_all)
importFrom(stringi,stri_match_all_regex)
importFrom(stringi,stri_split)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,askYesNo)
importFrom(utils,bibentry)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,person)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,sessionInfo)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,tar)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(withr,defer)
importFrom(withr,local_connection)
importFrom(withr,local_dir)
importFrom(withr,local_locale)
importFrom(withr,local_options)
importFrom(withr,local_package)
importFrom(withr,local_tempdir)
importFrom(withr,with_dir)
importFrom(withr,with_tempdir)
importFrom(yaml,write_yaml)