-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
67 lines (67 loc) · 1.51 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
57
58
59
60
61
62
63
64
65
66
67
Package: sedtR
Title: sedtR allows programmers to call the Urban Institute's Spatial
Equity Data Tool API
Version: 0.3.0
Date: 2025-01-02
Authors@R: c(
person(
"Gabriel", "Morrison",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-1815-5920")
),
person(
"Alena", "Stern",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0002-7171-8207")
),
person("Eli", "Pousson", ,
role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706")
)
)
Maintainer: Gabriel Morrison <[email protected]>
Description: The Urban Institute has developed the Spatial Equity Data
Tool to analyze the equitability of resources across cities, counties,
states, and the entirety of the United States. This package allows
users to call the Spatial Equity Data Tool API programmatically using
R code.
License: GPL (>= 3) + file LICENSE
URL: https://github.com/UrbanInstitute/sedtR
BugReports: https://github.com/UrbanInstitute/sedtR/issues
Imports:
cli,
curl,
geojsonsf,
httr,
jsonlite,
purrr,
rjson,
rlang,
stringr,
utils
Suggests:
arcgislayers,
dplyr,
forcats,
ggplot2,
gpkg,
here,
janitor,
openxlsx,
readr,
scales,
sf,
testthat,
tidycensus,
tidyr,
tidyselect,
tmap,
urbnthemes (>= 0.0.2)
Remotes:
UrbanInstitute/urbnthemes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2