-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.37 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
Package: rhud
Title: A R interface for accessing HUD (US Department of Housing and Urban Development) APIs
Version: 0.3.0.9000
Authors@R:
c(person("Emmet", "Tam", ,"[email protected]", role = c("aut", "cre", "cph")),
person("Allison", "Reilly", ,"[email protected]", role = c("ctb")),
person("Hamed", "Ghaedi", ,"[email protected]", role = c("ctb")),
person("Shuyu", "Jin", ,"[email protected]", role = c("ctb")),
person("Kyle", "Ueyama", role = c("rev")),
person("Rafael", "Hellwig", role = c("rev"))
)
Description:
An R interface for accessing HUD (US Department of Housing and Urban Development) API.
HUD USER has four main datasets, USPS Crosswalk, Fair Markets Rent,
Income Limits, and the Comprehensive Housing Affordability Strategy.
License: GPL (>= 2)
Language: en-US
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2.9000
URL: https://github.com/etam4260/rhud, https://etam4260.github.io/rhud/index.html
BugReports: https://github.com/etam4260/rhud/issues
Suggests:
covr,
httptest,
knitr,
rmarkdown,
devtools,
tigris,
leaflet,
tidyverse,
sf,
dplyr,
scales,
ggplot2,
readr,
lubridate,
htmltools,
htmlwidgets,
Imports:
httr,
curl,
tibble,
testthat,
R.cache,
utils
Config/testthat/edition: 3
VignetteBuilder: knitr
ByteCompile: true