-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(aggregate_company)
export(aggregate_map_data)
export(aggregate_portfolio)
export(calculate_scenario_alignment)
export(calculate_technology_share)
export(calculate_weights)
export(create_portfolio_subset)
export(get_abcd_raw)
export(merge_abcd_from_db)
export(merge_in_geography)
export(ownership_allocation)
export(port_weight_allocation)
export(pw_calculations)
importFrom(dbplyr,dbplyr_edition)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,grouped_df)
importFrom(dplyr,if_else)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(glue,glue)
importFrom(pacta.portfolio.utils,data_check)
importFrom(pacta.portfolio.utils,log_user_errors)
importFrom(pacta.portfolio.utils,set_portfolio_parameters)
importFrom(pacta.portfolio.utils,write_log)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_all_fixed)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)