Package: genderizeR
Type: Package
Title: Gender Prediction Based on First Names
Version: 2.1.1
Authors@R: c(
    person(given = "Kamil", family = "Wais", 
           email = "kamil.wais@gmail.com",
           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
NeedsCompilation: no
Packaged: 2019-08-04 08:04:20 UTC; Kamil Wais
Author: Kamil Wais [aut, cre] (<https://orcid.org/0000-0002-4062-055X>),
  Nathan VanHoudnos [ctb],
  John Ramey [ctb],
  Thomas Klebel [ctb]
Maintainer: Kamil Wais <kamil.wais@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-04 14:20:06 UTC
