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) . 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 Config/pak/sysreqs: git libssl-dev Repository: https://lmullen.r-universe.dev Date/Publication: 2021-10-08 20:07:33 UTC RemoteUrl: https://github.com/lmullen/gender RemoteRef: HEAD RemoteSha: 38a27932919a6bd7d3e3bfb215724a5b6ddc1938 NeedsCompilation: no Packaged: 2026-07-03 08:32:29 UTC; root Author: Lincoln Mullen [aut, cre] (ORCID: ), Cameron Blevins [ctb], Ben Schmidt [ctb] Maintainer: Lincoln Mullen