-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.74 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
Package: ipumsr
Title: An R Interface for Downloading, Reading, and Handling IPUMS Data
Version: 0.8.1.9000
Authors@R: c(
person("Greg Freedman Ellis", role = "aut"),
person("Derek Burk", , , "[email protected]", role = c("aut", "cre")),
person("Finn Roberts", role = "aut"),
person("Joe Grover", role = "ctb"),
person("Dan Ehrlich", role = "ctb"),
person("Renae Rodgers", role = "ctb"),
person("Institute for Social Research and Data Innovation", , , "[email protected]", role = "cph")
)
Description: An easy way to work with census, survey, and geographic data
provided by IPUMS in R. Generate and download data through the IPUMS
API and load IPUMS files into R with their associated metadata to
make analysis easier. IPUMS data describing 1.4 billion individuals
drawn from over 750 censuses and surveys is available free of charge
from the IPUMS website <https://www.ipums.org>.
License: Mozilla Public License 2.0
URL: https://tech.popdata.org/ipumsr/, https://github.com/ipums/ipumsr, https://www.ipums.org
BugReports: https://github.com/ipums/ipumsr/issues
Depends:
R (>= 3.6)
Imports:
dplyr (>= 0.7.0),
haven (>= 2.2.0),
hipread (>= 0.2.0),
httr,
jsonlite,
lifecycle,
purrr,
R6,
readr,
rlang,
tibble,
tidyselect,
xml2,
zeallot
Suggests:
biglm,
covr,
crayon,
DBI,
dbplyr,
DT,
ggplot2,
htmltools,
knitr,
rmapshaper,
rmarkdown,
RSQLite (>= 2.3.3),
rstudioapi,
scales,
sf,
shiny,
testthat (>= 3.2.0),
tidyr,
vcr (>= 0.6.0),
withr
VignetteBuilder:
knitr
Contact: [email protected]
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3