-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.1 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
# Generated by roxygen2: do not edit by hand
export(add_logit_tables_xml)
export(add_logit_tables_xml_generate_levels)
export(add_node_equiv_xml)
export(add_rename_landnode_xml)
export(add_xml_data)
export(add_xml_data_generate_levels)
export(approx_fun)
export(approx_fun_constant)
export(change_iso_code)
export(chunk_inputs)
export(chunk_outputs)
export(chunk_readylist)
export(cmp_xml_files)
export(create_xml)
export(driver)
export(driver_drake)
export(dstrace)
export(dstrace_chunks)
export(find_chunks)
export(gather_years)
export(gdp_deflator)
export(graph_chunks)
export(info)
export(inputs_of)
export(left_join_error_no_match)
export(load_from_cache)
export(module_aglu_LB151.ag_MIRCA_ctry_C_GLU_irr)
export(outputs_of)
export(parse_csv_header)
export(protect_integer_cols)
export(repeat_add_columns)
export(return_modified)
export(run_xml_conversion)
export(run_xml_tests)
export(standardize_iso)
export(unprotect_integer_cols)
importFrom(assertthat,assert_that)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,frollmean)
importFrom(data.table,rbindlist)
importFrom(data.table,setorderv)
importFrom(dplyr,add_row)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,one_of)
importFrom(dplyr,order_by)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_at)
importFrom(dplyr,summarise_if)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,summarize_if)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,vars)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,":=")
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,spline)
importFrom(stats,weighted.mean)
importFrom(tibble,as_tibble)
importFrom(tibble,has_name)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,nesting)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(utils,capture.output)