-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.71 KB
/
DESCRIPTION
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
Package: holcmapr
Title: Compare Mapping Methodologies for Home Owners' Loan Corporation (HOLC)
Redlining Maps
Version: 1.0.1
Authors@R: c(
person("Hannah", "De los Santos",
email = "[email protected]",
role = c("aut", "cre")),
person("Carla", "Bezold", role = c("aut")),
person("Karen", "Jiang", role = c("aut")),
person("Jarvis", "Chen", role = c("aut")),
person("Cassandra", "Okechukwu", role = c("aut")),
person("Sarah", "Ober", role = "ctb"),
person("Mapping Inequality",
comment = "https://dsl.richmond.edu/panorama/redlining/", role = "dtc"),
person("National Center for Health Statistics",
comment = "https://www.cdc.gov/nchs/nvss/usaleep/usaleep.html", role = "dtc"),
person("United States Census Bureau",
comment = "https://www.census.gov/geographies/reference-files/time-series/geo/centers-population.2010.html",
role = "dtc"),
person("Centers for Disease Control and Prevention",
comment = "https://www.cdc.gov/places/index.html",
role = "dtc"),
person("GeoNames",
comment = "https://download.geonames.org/export/zip/",
role = "dtc")
)
Description: Provides a Shiny application for implementing and comparing methods of
mapping Home Owners' Loan Corporation (HOLC) redlining map neighborhoods to
present-day census tracts for all redlined cities as in De los Santos, et al. (2024).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
broom,
ggplot2,
tidycensus,
sf,
shiny,
DT,
reshape2,
grid,
gridExtra,
tigris,
scales,
rhandsontable,
stringr,
shinyWidgets,
dplyr,
colorspace,
methods,
shinyBS,
bsplus