-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
78 lines (77 loc) · 1.86 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(aggregate)
export(composite_sensitivity)
export(composite_sensitivity_methods)
export(compute_barnard)
export(compute_composite)
export(compute_fisher)
export(compute_kolmogorov_smirnoff)
export(compute_prop_test)
export(compute_unpaired_ttest)
export(compute_wilcox)
export(create_indicator_matrix)
export(dimensionality_check)
export(emergency_dates)
export(generate_indicator_schema)
export(get_associated_cpv_from_emergency)
export(get_country_id_from_name)
export(get_weights)
export(grab_cpv)
export(ind_1)
export(ind_2)
export(ind_3)
export(ind_4)
export(ind_5)
export(ind_6)
export(ind_7)
export(ind_8)
export(ind_9)
export(ind_all)
export(ind_all_companies)
export(ind_all_contr_auth)
export(ind_all_geogr)
export(manage_missing)
export(normalise)
export(test_set_1)
export(test_set_2)
import(rlang)
importFrom(DescTools,Gini)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,contains)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(lubridate,"%within%")
importFrom(lubridate,dmy)
importFrom(lubridate,interval)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(mirt,MDISC)
importFrom(mirt,mirt)
importFrom(psych,fa)
importFrom(rlang,as_string)
importFrom(stringr,str_sub)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)