-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 894 Bytes
/
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
Package: predictrace
Title: Predict the Race and Gender of a Given Name Using Census and Social Security Administration Data
Version: 2.0.1
Authors@R:
person(given = "Jacob",
family = "Kaplan",
role = c("aut", "cre"),
email = "jkkaplan6@gmail.com",
comment = c(ORCID = "0000-0002-0601-0387"))
Description: Predicts the most common race of a surname and based on U.S. Census
data, and the most common first named based on U.S. Social Security Administration data.
Depends:
R (>= 2.10)
URL: https://github.com/jacobkap/predictrace
BugReports: https://github.com/jacobkap/predictrace/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr,
spelling
VignetteBuilder: knitr
Imports:
dplyr
RoxygenNote: 7.1.1
Language: en-US
Config/testthat/edition: 3