Permalink
Fetching contributors…
Cannot retrieve contributors at this time
37 lines (36 sloc) 1.13 KB
Package: gender
Type: Package
Title: Predict Gender from Names Using Historical Data
Version: 0.5.1.9000
Date: 2015-09-04
Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"),
email = "lincoln@lincolnmullen.com"),
person("Cameron", "Blevins", role = "ctb"),
person("Ben", "Schmidt", role = "ctb"))
Description: Encodes gender based on 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 guess the gender of a name, and it
is able to report the probability that a name was male or female.
URL: https://github.com/ropensci/gender
Depends:
R (>= 3.0.0),
utils,
stats
Imports:
dplyr (>= 0.4.2),
httr (>= 1.0.0),
jsonlite (>= 0.9.16)
Suggests:
genderdata (>= 0.5.0),
ggplot2 (>= 1.0.0),
knitr (>= 1.11),
testthat (>= 0.10.0),
rmarkdown (>= 0.9.0),
covr
Additional_repositories: http://packages.ropensci.org
LazyData: yes
License: MIT + file LICENSE
Roxygen: list(wrap = FALSE)
VignetteBuilder: knitr
BugReports: https://github.com/ropensci/gender/issues
RoxygenNote: 5.0.1