-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.16 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
Package: censable
Title: Making Census Data More Usable
Version: 0.0.7
Authors@R:
person(given = "Christopher T.",
family = "Kenny",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9386-6860"))
URL: https://christophertkenny.com/censable/, https://github.com/christopherkenny/censable
BugReports: https://github.com/christopherkenny/censable/issues
Description: Creates a common framework for organizing, naming, and gathering
population, age, race, and ethnicity data from the Census Bureau. Accesses
the API <https://www.census.gov/data/developers/data-sets.html>. Provides
tools for adding information to existing data to line up with Census data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
roxygen2,
spelling,
testthat (>= 3.0.0)
Imports:
magrittr,
dplyr (>= 1.0.4),
rlang (>= 0.4.11),
sf (>= 1.0.0),
tibble,
stringr,
memoise,
purrr,
censusapi,
methods,
tinytiger
Depends:
R (>= 2.10)
Config/testthat/edition: 3
Language: en-US