forked from JGCRI/gcamdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export(approx_fun)
export(approx_fun_constant)
export(change_iso_code)
export(chunk_inputs)
export(chunk_outputs)
export(chunk_readylist)
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(outputs_of)
export(parse_csv_header)
export(protect_integer_cols)
export(repeat_add_columns)
export(return_modified)
export(standardize_iso)
export(unprotect_integer_cols)
importFrom(assertthat,assert_that)
importFrom(data.table,data.table)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,aggregate)
importFrom(tibble,as_tibble)
importFrom(tibble,has_name)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,capture.output)