-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export(aggregate_all_permutations)
export(aggregate_item_regions)
export(approx_fun)
export(assign_socioeconomic_scenario)
export(build_ipcc_template)
export(compute_country_shares)
export(compute_elasticities)
export(derive_variables)
export(downscale_flow_variables)
export(extract_global_data_to_df)
export(load_country_region_mappings)
export(load_preprocessed_data)
export(perform_item_data_processing)
export(prepare_preprocessed_data)
export(save_output)
importFrom(assertthat,assert_that)
importFrom(data.table,rbindlist)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(tibble,is_tibble)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,nesting)
importFrom(tidyr,spread)
importFrom(yaml,yaml.load_file)