-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.19 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: genderizeR
Type: Package
Title: Gender Prediction Based on First Names
Version: 2.1.1
Authors@R: c(
person(given = "Kamil", family = "Wais",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4062-055X")
),
person("Nathan", "VanHoudnos", role = "ctb"),
person("John", "Ramey", role = "ctb"),
person("Thomas", "Klebel", role = "ctb")
)
Description: Utilizes the 'genderize.io' Application Programming Interface
to predict gender from first names extracted from a text vector.
The accuracy of prediction could be controlled by two parameters:
counts of a first name in the database and probability of prediction.
License: MIT + file LICENSE
URL: https://github.com/kalimu/genderizeR#readme,
https://kalimu.github.io/project/genderizer/
BugReports: https://github.com/kalimu/genderizeR/issues
Imports:
stringr (>= 1.0.0),
httr (>= 1.1.0),
tm (>= 0.6-2),
data.table (>= 1.9.6),
magrittr,
parallel (>= 3.3.0),
utils
Depends:
R (>= 3.3.0)
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr