-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.94 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
# Generated by roxygen2: do not edit by hand
export(attainment_chart_by_target_treated)
export(attainment_data_filter)
export(calculate_pcp)
export(calculate_spm)
export(combine_priorities)
export(create_output_directory)
export(cumulative_attainment_chart)
export(edit_json_config)
export(filter_stands)
export(list_results_etrt_pcp_columns)
export(list_results_pr_columns)
export(list_scenarios)
export(load_dataset)
export(parse_priority_name)
export(parse_thresholds)
export(print_json_config)
export(priority_column_name)
export(priority_etrt_pcp_name)
export(project_boxplot)
export(read_save_file)
export(results_columns)
export(run)
export(stacked_barchart)
export(strip_str)
export(summarize_projects)
export(theme_toggle)
export(tradeoff_analysis_chart)
export(version)
export(weight_string_to_values)
export(weight_values_to_string)
export(write_save_file)
export(write_save_file_helper)
import(glue)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,summarize_if)
importFrom(dplyr,vars)
importFrom(foreign,read.dbf)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(glue,glue)
importFrom(gtools,permutations)
importFrom(rlang,.data)
importFrom(sf,st_drop_geometry)
importFrom(stringr,str_sub)
importFrom(tidyr,drop_na)