-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
39 lines (39 loc) · 1.41 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
Package: gender
Type: Package
Title: Predict Gender from Names Using Historical Data
Version: 0.6.0
Date: 2021-10-08
Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"),
email = "lincoln@lincolnmullen.com",
comment = c(ORCID = "0000-0001-5103-6917")),
person("Cameron", "Blevins", role = "ctb"),
person("Ben", "Schmidt", role = "ctb"))
Description: Infers state-recorded gender categories from first names and dates of birth using historical
datasets. By using these datasets instead of lists of male and female names,
this package is able to more accurately infer the gender of a name, and it
is able to report the probability that a name was male or female. GUIDELINES:
This method must be used cautiously and responsibly. Please be sure to see the
guidelines and warnings about usage in the 'README' or the package documentation.
See Blevins and Mullen (2015) <http://www.digitalhumanities.org/dhq/vol/9/3/000223/000223.html>.
URL: https://github.com/lmullen/gender
Depends:
R (>= 4.0.0),
utils,
stats
Imports:
dplyr (>= 0.8.5),
httr (>= 1.4.1),
jsonlite (>= 1.6.1),
remotes(>= 2.2.0)
Suggests:
genderdata (>= 0.6.0),
ggplot2 (>= 3.3.0),
knitr (>= 1.28),
testthat (>= 2.3.2),
rmarkdown (>= 2.1),
covr
License: MIT + file LICENSE
VignetteBuilder: knitr
BugReports: https://github.com/lmullen/gender/issues
RoxygenNote: 7.1.2
Encoding: UTF-8