-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(by_plan)
export(comp_bc)
export(comp_box_reock)
export(comp_ch)
export(comp_edges_rem)
export(comp_fh)
export(comp_frac_kept)
export(comp_log_st)
export(comp_lw)
export(comp_polsby)
export(comp_reock)
export(comp_schwartz)
export(comp_skew)
export(comp_x_sym)
export(comp_y_sym)
export(compet_talisman)
export(dist_euc)
export(dist_ham)
export(dist_info)
export(dist_man)
export(inc_pairs)
export(list_fn)
export(part_bias)
export(part_decl)
export(part_decl_simple)
export(part_dil_asym)
export(part_dseats)
export(part_dvs)
export(part_egap)
export(part_egap_ep)
export(part_lop_wins)
export(part_mean_median)
export(part_resp)
export(part_rmd)
export(part_sscd)
export(part_tau_gap)
export(prep_perims)
export(seg_dissim)
export(splits_admin)
export(splits_count)
export(splits_district_fuzzy)
export(splits_multi)
export(splits_sub_admin)
export(splits_sub_count)
export(splits_total)
export(tally)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
useDynLib(redistmetrics, .registration = TRUE)