forked from pik-piam/brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.15 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
# Generated by roxygen2: do not edit by hand
export(createInputData)
export(createRunFolder)
export(plotSummary)
export(readConfig)
export(runGams)
export(startModel)
export(toolMakeHandle)
import(madrat)
import(magclass)
import(mrdrivers)
import(mredgebuildings)
import(mrremind)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(gamstransfer,Container)
importFrom(gdxrrw,igdx)
importFrom(gdxrrw,wgdx)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggpubr,ggarrange)
importFrom(madrat,calcOutput)
importFrom(madrat,readSource)
importFrom(magclass,"getItems<-")
importFrom(magclass,add_dimension)
importFrom(magclass,collapseDim)
importFrom(magclass,getItems)
importFrom(magclass,getYears)
importFrom(magclass,mbind)
importFrom(magclass,mselect)
importFrom(purrr,pmap)
importFrom(quitte,as.quitte)
importFrom(quitte,calc_addVariable)
importFrom(quitte,inline.data.frame)
importFrom(quitte,interpolate_missing_periods)
importFrom(quitte,revalue.levels)
importFrom(stats,pweibull)
importFrom(tidyr,complete)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(withr,with_dir)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)