-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export(anthopolos)
export(atkinson)
export(bell)
export(bemanian_beyer)
export(bravo)
export(denton)
export(denton_cuzzort)
export(duncan)
export(duncan_cuzzort)
export(duncan_duncan)
export(gini)
export(hoover)
export(james_taeuber)
export(krieger)
export(lieberson)
export(massey)
export(massey_duncan)
export(messer)
export(morgan_denton)
export(morgan_massey)
export(powell_wiley)
export(sudano)
export(theil)
export(white)
export(white_blau)
import(dplyr)
importFrom(MASS,ginv)
importFrom(Matrix,sparseMatrix)
importFrom(car,logit)
importFrom(psych,alpha)
importFrom(psych,principal)
importFrom(sf,st_centroid)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_transform)
importFrom(sf,st_within)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,loadings)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,promax)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_trim)
importFrom(tidycensus,get_acs)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tigris,combined_statistical_areas)
importFrom(tigris,core_based_statistical_areas)
importFrom(tigris,counties)
importFrom(tigris,metro_divisions)
importFrom(tigris,places)
importFrom(tigris,states)
importFrom(tigris,tracts)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(utils,stack)