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
Additional_repositories: https://lmullen.r-universe.dev
License: MIT + file LICENSE
VignetteBuilder: knitr
BugReports: https://github.com/lmullen/gender/issues
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-10-12 16:25:33 UTC; lmullen
Author: Lincoln Mullen [aut, cre] (<https://orcid.org/0000-0001-5103-6917>),
  Cameron Blevins [ctb],
  Ben Schmidt [ctb]
Maintainer: Lincoln Mullen <lincoln@lincolnmullen.com>
Repository: CRAN
Date/Publication: 2021-10-13 11:30:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:48:52 UTC; windows
