# Generated by roxygen2: do not edit by hand

export("%>%")
export(add_edge)
export(adjacency)
export(block2prec)
export(block2prec_by_county)
export(check_contiguity)
export(compare_adjacencies)
export(count_connections)
export(create_block_table)
export(create_tract_table)
export(dra2r)
export(estimate_down)
export(estimate_up)
export(geo_estimate_down)
export(geo_estimate_up)
export(geo_filter)
export(geo_match)
export(geo_plot)
export(geo_plot_group)
export(geo_sort)
export(geo_trim)
export(global_gearys)
export(global_morans)
export(gstar_i)
export(local_gearys)
export(local_morans)
export(r2dra)
export(split_precinct)
export(st_centerish)
export(suggest_component_connection)
export(suggest_neighbors)
importFrom(dplyr,.data)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,theme_void)
importFrom(magrittr,"%>%")
importFrom(nngeo,st_nn)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_centroid)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_valid)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_relate)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(spdep,poly2nb)
importFrom(stringr,str_detect)
importFrom(tibble,add_row)
importFrom(tibble,tibble)
importFrom(tidycensus,get_acs)
importFrom(tidycensus,get_decennial)
importFrom(tidyr,pivot_wider)
importFrom(tigris,blocks)
useDynLib(geomander, .registration = TRUE)
